#014A8D

Color #014A8D Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #014A8D

Tints of Dark Cerulean #014A8D

Color information

#014A8D (or 0x014A8D) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4A and 8D. RGB value is (1,74,141). Sum of RGB (Red+Green+Blue) = 1+74+141=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #014A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014A8D is #FEB572. Grayscale: #3B3B3B. Windows color (decimal): -16692595 or 9259521. OLE color: 9259521.

HSL color Cylindrical-coordinate representation of color #014A8D: hue angle of 208.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A8D is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB174141-
CMYK0.990.4800.45
HSL208.71º98.59%27.84%-
HSV(B)208.71º99.29%55.29%-
XYZ7.276.8326.13-
YUV59.81173.8286.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 141 (55.47% from 255) = 65.28%
R=0.46%
G=34.26%
B=65.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1741410.990.4800.45208.7198.5927.84
Hex14A8D633002Dd1631c
Octal11122151436005532114334
Binary11001010100011011100011110000010110111010001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014A8D; }

 p { color: rgb(1,74,141); }

 H1.HeaderClassName
 {
   color: #014A8D;
 }
 .AnyTagClassName
 {
   color: #014A8D;
 }
</style>
background-color css

<style>
 a { background-color: #014A8D; }

 a { background-color: rgb(1,74,141); }

 div.DivClassName
 {
   background-color: #014A8D;
 }
 .BgClassName
 {
   background-color: #014A8D;
 }
</style>
border-color css

<style>
 span { border-color: #014A8D; }

 span { border-color: rgb(1,74,141); }

 td.TdClassName
 {
   border-color: #014A8D;
 }
 .TagClassName
 {
   border-color: #014A8D;
 }
</style>