#014674

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

Shades of Dark Cerulean #014674

Tints of Dark Cerulean #014674

Color information

#014674 (or 0x014674) is unknown color: approx Dark Cerulean. HEX triplet: 01, 46 and 74. RGB value is (1,70,116). Sum of RGB (Red+Green+Blue) = 1+70+116=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #014674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014674 is #FEB98B. Grayscale: #363636. Windows color (decimal): -16693644 or 7620097. OLE color: 7620097.

HSL color Cylindrical-coordinate representation of color #014674: hue angle of 204º 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 #014674 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB170116-
CMYK0.990.4000.55
HSL204º98.29%22.94%-
HSV(B)204º99.14%45.49%-
XYZ5.365.6517.33-
YUV54.61162.6489.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 116 (45.70% from 255) = 62.03%
R=0.53%
G=37.43%
B=62.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1701160.990.4000.5520498.2922.94
Hex146746328037cc6217
Octal11061641435006731414227
Binary1100011011101001100011101000011011111001100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014674; }

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

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

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

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

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

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

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

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