#014376

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

Shades of Dark Cerulean #014376

Tints of Dark Cerulean #014376

Color information

#014376 (or 0x014376) is unknown color: approx Dark Cerulean. HEX triplet: 01, 43 and 76. RGB value is (1,67,118). Sum of RGB (Red+Green+Blue) = 1+67+118=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #014376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014376 is #FEBC89. Grayscale: #343434. Windows color (decimal): -16694410 or 7750401. OLE color: 7750401.

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

Color convert

RGB167118-
CMYK0.990.4300.54
HSL206.15º98.32%23.33%-
HSV(B)206.15º99.15%46.27%-
XYZ5.295.3317.89-
YUV53.08164.6390.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 118 (46.48% from 255) = 63.44%
R=0.54%
G=36.02%
B=63.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1671180.990.4300.54206.1598.3223.33
Hex14376632B036ce6217
Octal11031661435306631614227
Binary1100001111101101100011101011011011011001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014376; }

 p { color: rgb(1,67,118); }

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

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

 a { background-color: rgb(1,67,118); }

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

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

 span { border-color: rgb(1,67,118); }

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