#014470

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

Shades of Dark Cerulean #014470

Tints of Dark Cerulean #014470

Color information

#014470 (or 0x014470) is unknown color: approx Dark Cerulean. HEX triplet: 01, 44 and 70. RGB value is (1,68,112). Sum of RGB (Red+Green+Blue) = 1+68+112=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #014470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014470 is #FEBB8F. Grayscale: #343434. Windows color (decimal): -16694160 or 7357441. OLE color: 7357441.

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

Color convert

RGB168112-
CMYK0.990.3900.56
HSL203.78º98.23%22.16%-
HSV(B)203.78º99.11%43.92%-
XYZ55.3116.09-
YUV52.98161.390.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 68 (26.95% from 255) = 37.57%
BLUE value IS 112 (44.14% from 255) = 61.88%
R=0.55%
G=37.57%
B=61.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1681120.990.3900.56203.7898.2322.16
Hex144706327038cc6216
Octal11041601434707031414226
Binary1100010011100001100011100111011100011001100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014470; }

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

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

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

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

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

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

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

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