#0E5170

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

Shades of Dark Cerulean #0E5170

Tints of Dark Cerulean #0E5170

Color information

#0E5170 (or 0x0E5170) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 51 and 70. RGB value is (14,81,112). Sum of RGB (Red+Green+Blue) = 14+81+112=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E5170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5170 is #F1AE8F. Grayscale: #404040. Windows color (decimal): -15838864 or 7360782. OLE color: 7360782.

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

Color convert

RGB1481112-
CMYK0.880.2800.56
HSL198.98º77.78%24.71%-
HSV(B)198.98º87.5%43.92%-
XYZ6.057.1516.39-
YUV64.5154.891.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.76%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=6.76%
G=39.13%
B=54.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14811120.880.2800.56198.9877.7824.71
HexE5170581C038c74e19
Octal161211601303407030711631
Binary111010100011110000101100011100011100011000111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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