#0E4770

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

Shades of Dark Cerulean #0E4770

Tints of Dark Cerulean #0E4770

Color information

#0E4770 (or 0x0E4770) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 47 and 70. RGB value is (14,71,112). Sum of RGB (Red+Green+Blue) = 14+71+112=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E4770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4770 is #F1B88F. Grayscale: #3A3A3A. Windows color (decimal): -15841424 or 7358222. OLE color: 7358222.

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

Color convert

RGB1471112-
CMYK0.880.3700.56
HSL205.1º77.78%24.71%-
HSV(B)205.1º87.5%43.92%-
XYZ5.365.7716.16-
YUV58.63158.1296.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.11%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 112 (44.14% from 255) = 56.85%
R=7.11%
G=36.04%
B=56.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14711120.880.3700.56205.177.7824.71
HexE47705825038cd4e19
Octal161071601304507031511631
Binary1110100011111100001011000100101011100011001101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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