#0E5079

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

Shades of Dark Cerulean #0E5079

Tints of Dark Cerulean #0E5079

Color information

#0E5079 (or 0x0E5079) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 50 and 79. RGB value is (14,80,121). Sum of RGB (Red+Green+Blue) = 14+80+121=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #0E5079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5079 is #F1AF86. Grayscale: #404040. Windows color (decimal): -15839111 or 7950350. OLE color: 7950350.

HSL color Cylindrical-coordinate representation of color #0E5079: hue angle of 202.99º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E5079 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1480121-
CMYK0.880.3400.53
HSL202.99º79.26%26.47%-
HSV(B)202.99º88.43%47.45%-
XYZ6.57.2119.14-
YUV64.94159.6391.67-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.51%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 121 (47.66% from 255) = 56.28%
R=6.51%
G=37.21%
B=56.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14801210.880.3400.53202.9979.2626.47
HexE50795822035cb4f1a
Octal161201711304206531311732
Binary1110101000011110011011000100010011010111001011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,80,121); }

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

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

 a { background-color: rgb(14,80,121); }

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

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

 span { border-color: rgb(14,80,121); }

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