#014976

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

Shades of Dark Cerulean #014976

Tints of Dark Cerulean #014976

Color information

#014976 (or 0x014976) is unknown color: approx Dark Cerulean. HEX triplet: 01, 49 and 76. RGB value is (1,73,118). Sum of RGB (Red+Green+Blue) = 1+73+118=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #014976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014976 is #FEB689. Grayscale: #383838. Windows color (decimal): -16692874 or 7751937. OLE color: 7751937.

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

Color convert

RGB173118-
CMYK0.990.3800.54
HSL203.08º98.32%23.33%-
HSV(B)203.08º99.15%46.27%-
XYZ5.676.0818.01-
YUV56.6162.6588.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 118 (46.48% from 255) = 61.46%
R=0.52%
G=38.02%
B=61.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1731180.990.3800.54203.0898.3223.33
Hex149766326036cb6217
Octal11111661434606631314227
Binary1100100111101101100011100110011011011001011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014976; }

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

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

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

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

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

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

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

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