#014F70

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

Shades of Dark Cerulean #014F70

Tints of Dark Cerulean #014F70

Color information

#014F70 (or 0x014F70) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4F and 70. RGB value is (1,79,112). Sum of RGB (Red+Green+Blue) = 1+79+112=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #014F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F70 is #FEB08F. Grayscale: #3B3B3B. Windows color (decimal): -16691344 or 7360257. OLE color: 7360257.

HSL color Cylindrical-coordinate representation of color #014F70: hue angle of 197.84º 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 #014F70 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB179112-
CMYK0.990.2900.56
HSL197.84º98.23%22.16%-
HSV(B)197.84º99.11%43.92%-
XYZ5.736.7716.33-
YUV59.44157.6686.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 79 (31.25% from 255) = 41.15%
BLUE value IS 112 (44.14% from 255) = 58.33%
R=0.52%
G=41.15%
B=58.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1791120.990.2900.56197.8498.2322.16
Hex14F70631D038c66216
Octal11171601433507030614226
Binary110011111110000110001111101011100011000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014F70; }

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

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

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

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

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

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

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

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