#0E5680

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

Shades of Dark Cerulean #0E5680

Tints of Dark Cerulean #0E5680

Color information

#0E5680 (or 0x0E5680) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 56 and 80. RGB value is (14,86,128). Sum of RGB (Red+Green+Blue) = 14+86+128=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #0E5680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5680 is #F1A97F. Grayscale: #454545. Windows color (decimal): -15837568 or 8410638. OLE color: 8410638.

HSL color Cylindrical-coordinate representation of color #0E5680: hue angle of 202.11º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E5680 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1486128-
CMYK0.890.3300.50
HSL202.11º80.28%27.84%-
HSV(B)202.11º89.06%50.2%-
XYZ7.418.3121.64-
YUV69.26161.1588.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.14%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 128 (50.39% from 255) = 56.14%
R=6.14%
G=37.72%
B=56.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal14861280.890.3300.50202.1180.2827.84
HexE56805921032ca501c
Octal161262001314106231212034
Binary11101010110100000001011001100001011001011001010101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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