#014570

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

Shades of Dark Cerulean #014570

Tints of Dark Cerulean #014570

Color information

#014570 (or 0x014570) is unknown color: approx Dark Cerulean. HEX triplet: 01, 45 and 70. RGB value is (1,69,112). Sum of RGB (Red+Green+Blue) = 1+69+112=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #014570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014570 is #FEBA8F. Grayscale: #353535. Windows color (decimal): -16693904 or 7357697. OLE color: 7357697.

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

Color convert

RGB169112-
CMYK0.990.3800.56
HSL203.24º98.23%22.16%-
HSV(B)203.24º99.11%43.92%-
XYZ5.075.4316.11-
YUV53.57160.9790.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 69 (27.34% from 255) = 37.91%
BLUE value IS 112 (44.14% from 255) = 61.54%
R=0.55%
G=37.91%
B=61.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1691120.990.3800.56203.2498.2322.16
Hex145706326038cb6216
Octal11051601434607031314226
Binary1100010111100001100011100110011100011001011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014570; }

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

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

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

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

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

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

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

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