#014774

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

Shades of Dark Cerulean #014774

Tints of Dark Cerulean #014774

Color information

#014774 (or 0x014774) is unknown color: approx Dark Cerulean. HEX triplet: 01, 47 and 74. RGB value is (1,71,116). Sum of RGB (Red+Green+Blue) = 1+71+116=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #014774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014774 is #FEB88B. Grayscale: #363636. Windows color (decimal): -16693388 or 7620353. OLE color: 7620353.

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

Color convert

RGB171116-
CMYK0.990.3900.55
HSL203.48º98.29%22.94%-
HSV(B)203.48º99.14%45.49%-
XYZ5.425.7717.35-
YUV55.2162.3189.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 116 (45.70% from 255) = 61.70%
R=0.53%
G=37.77%
B=61.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1711160.990.3900.55203.4898.2922.94
Hex147746327037cb6217
Octal11071641434706731314227
Binary1100011111101001100011100111011011111001011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014774; }

 p { color: rgb(1,71,116); }

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

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

 a { background-color: rgb(1,71,116); }

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

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

 span { border-color: rgb(1,71,116); }

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