#014476

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

Shades of Dark Cerulean #014476

Tints of Dark Cerulean #014476

Color information

#014476 (or 0x014476) is unknown color: approx Dark Cerulean. HEX triplet: 01, 44 and 76. RGB value is (1,68,118). Sum of RGB (Red+Green+Blue) = 1+68+118=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #014476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014476 is #FEBB89. Grayscale: #353535. Windows color (decimal): -16694154 or 7750657. OLE color: 7750657.

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

Color convert

RGB168118-
CMYK0.990.4200.54
HSL205.64º98.32%23.33%-
HSV(B)205.64º99.15%46.27%-
XYZ5.355.4517.91-
YUV53.67164.390.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 118 (46.48% from 255) = 63.10%
R=0.53%
G=36.36%
B=63.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1681180.990.4200.54205.6498.3223.33
Hex14476632A036ce6217
Octal11041661435206631614227
Binary1100010011101101100011101010011011011001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014476; }

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

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

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

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

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

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

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

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