#0E548D

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

Shades of Dark Cerulean #0E548D

Tints of Dark Cerulean #0E548D

Color information

#0E548D (or 0x0E548D) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 54 and 8D. RGB value is (14,84,141). Sum of RGB (Red+Green+Blue) = 14+84+141=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #0E548D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E548D is #F1AB72. Grayscale: #454545. Windows color (decimal): -15838067 or 9262094. OLE color: 9262094.

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

Color convert

RGB1484141-
CMYK0.900.4000.45
HSL206.93º81.94%30.39%-
HSV(B)206.93º90.07%55.29%-
XYZ8.168.3626.38-
YUV69.57168.3188.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.86%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 141 (55.47% from 255) = 59.00%
R=5.86%
G=35.15%
B=59.00%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14841410.900.4000.45206.9381.9430.39
HexE548D5A2802Dcf521e
Octal161242151325005531712236
Binary11101010100100011011011010101000010110111001111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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