#0E518C

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

Shades of Dark Cerulean #0E518C

Tints of Dark Cerulean #0E518C

Color information

#0E518C (or 0x0E518C) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 51 and 8C. RGB value is (14,81,140). Sum of RGB (Red+Green+Blue) = 14+81+140=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E518C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E518C is #F1AE73. Grayscale: #434343. Windows color (decimal): -15838836 or 9195790. OLE color: 9195790.

HSL color Cylindrical-coordinate representation of color #0E518C: hue angle of 208.1º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E518C is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1481140-
CMYK0.900.4200.45
HSL208.1º81.82%30.2%-
HSV(B)208.1º90%54.9%-
XYZ7.867.8725.92-
YUV67.69168.889.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.96%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 140 (55.08% from 255) = 59.57%
R=5.96%
G=34.47%
B=59.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14811400.900.4200.45208.181.8230.2
HexE518C5A2A02Dd0521e
Octal161212141325205532012236
Binary11101010001100011001011010101010010110111010000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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