#0E5099

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

Shades of Cobalt #0E5099

Tints of Cobalt #0E5099

Color information

#0E5099 (or 0x0E5099) is unknown color: approx Cobalt. HEX triplet: 0E, 50 and 99. RGB value is (14,80,153). Sum of RGB (Red+Green+Blue) = 14+80+153=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E5099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5099 is #F1AF66. Grayscale: #444444. Windows color (decimal): -15839079 or 10047502. OLE color: 10047502.

HSL color Cylindrical-coordinate representation of color #0E5099: hue angle of 211.51º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E5099 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1480153-
CMYK0.910.4800.4
HSL211.51º83.23%32.75%-
HSV(B)211.51º90.85%60%-
XYZ8.88.1331.24-
YUV68.59175.6389.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.67%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 153 (60.16% from 255) = 61.94%
R=5.67%
G=32.39%
B=61.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14801530.910.4800.4211.5183.2332.75
HexE50995B30028d45321
Octal161202311336005032412341
Binary111010100001001100110110111100000101000110101001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,80,153); }

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

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

 a { background-color: rgb(14,80,153); }

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

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

 span { border-color: rgb(14,80,153); }

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