#0E518D

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

Shades of Dark Cerulean #0E518D

Tints of Dark Cerulean #0E518D

Color information

#0E518D (or 0x0E518D) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 51 and 8D. RGB value is (14,81,141). Sum of RGB (Red+Green+Blue) = 14+81+141=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #0E518D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E518D is #F1AE72. Grayscale: #434343. Windows color (decimal): -15838835 or 9261326. OLE color: 9261326.

HSL color Cylindrical-coordinate representation of color #0E518D: hue angle of 208.35º 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 #0E518D is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1481141-
CMYK0.900.4300.45
HSL208.35º81.94%30.39%-
HSV(B)208.35º90.07%55.29%-
XYZ7.937.926.31-
YUV67.81169.389.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.93%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 141 (55.47% from 255) = 59.75%
R=5.93%
G=34.32%
B=59.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14811410.900.4300.45208.3581.9430.39
HexE518D5A2B02Dd0521e
Octal161212151325305532012236
Binary11101010001100011011011010101011010110111010000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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