#0E4C70

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

Shades of Dark Cerulean #0E4C70

Tints of Dark Cerulean #0E4C70

Color information

#0E4C70 (or 0x0E4C70) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 4C and 70. RGB value is (14,76,112). Sum of RGB (Red+Green+Blue) = 14+76+112=202 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.93% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E4C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4C70 is #F1B38F. Grayscale: #3D3D3D. Windows color (decimal): -15840144 or 7359502. OLE color: 7359502.

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

Color convert

RGB1476112-
CMYK0.880.3200.56
HSL202.04º77.78%24.71%-
HSV(B)202.04º87.5%43.92%-
XYZ5.696.4316.27-
YUV61.57156.4694.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.93%
GREEN value IS 76 (30.08% from 255) = 37.62%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=6.93%
G=37.62%
B=55.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14761120.880.3200.56202.0477.7824.71
HexE4C705820038ca4e19
Octal161141601304007031211631
Binary1110100110011100001011000100000011100011001010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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