#0E5683

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

Shades of Dark Cerulean #0E5683

Tints of Dark Cerulean #0E5683

Color information

#0E5683 (or 0x0E5683) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 56 and 83. RGB value is (14,86,131). Sum of RGB (Red+Green+Blue) = 14+86+131=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #0E5683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5683 is #F1A97C. Grayscale: #454545. Windows color (decimal): -15837565 or 8607246. OLE color: 8607246.

HSL color Cylindrical-coordinate representation of color #0E5683: hue angle of 203.08º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E5683 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1486131-
CMYK0.890.3400.49
HSL203.08º80.69%28.43%-
HSV(B)203.08º89.31%51.37%-
XYZ7.618.3922.69-
YUV69.6162.6588.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.06%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 131 (51.56% from 255) = 56.71%
R=6.06%
G=37.23%
B=56.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal14861310.890.3400.49203.0880.6928.43
HexE56835922031cb511c
Octal161262031314206131312134
Binary11101010110100000111011001100010011000111001011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,86,131); }

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

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

 a { background-color: rgb(14,86,131); }

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

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

 span { border-color: rgb(14,86,131); }

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