#014A70

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

Shades of Dark Cerulean #014A70

Tints of Dark Cerulean #014A70

Color information

#014A70 (or 0x014A70) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4A and 70. RGB value is (1,74,112). Sum of RGB (Red+Green+Blue) = 1+74+112=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #014A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A70 is #FEB58F. Grayscale: #383838. Windows color (decimal): -16692624 or 7358977. OLE color: 7358977.

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

Color convert

RGB174112-
CMYK0.990.3400.56
HSL200.54º98.23%22.16%-
HSV(B)200.54º99.11%43.92%-
XYZ5.396.0716.22-
YUV56.5159.3288.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 74 (29.30% from 255) = 39.57%
BLUE value IS 112 (44.14% from 255) = 59.89%
R=0.53%
G=39.57%
B=59.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1741120.990.3400.56200.5498.2322.16
Hex14A706322038c96216
Octal11121601434207031114226
Binary1100101011100001100011100010011100011001001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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