#0E4570

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

Shades of Dark Cerulean #0E4570

Tints of Dark Cerulean #0E4570

Color information

#0E4570 (or 0x0E4570) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 45 and 70. RGB value is (14,69,112). Sum of RGB (Red+Green+Blue) = 14+69+112=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E4570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4570 is #F1BA8F. Grayscale: #393939. Windows color (decimal): -15841936 or 7357710. OLE color: 7357710.

HSL color Cylindrical-coordinate representation of color #0E4570: hue angle of 206.33º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E4570 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1469112-
CMYK0.880.3800.56
HSL206.33º77.78%24.71%-
HSV(B)206.33º87.5%43.92%-
XYZ5.235.5216.12-
YUV57.46158.7897-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.18%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=7.18%
G=35.38%
B=57.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14691120.880.3800.56206.3377.7824.71
HexE45705826038ce4e19
Octal161051601304607031611631
Binary1110100010111100001011000100110011100011001110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E4570; }

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

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

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

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

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

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

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

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