#0E5B9B

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

Shades of Cobalt #0E5B9B

Tints of Cobalt #0E5B9B

Color information

#0E5B9B (or 0x0E5B9B) is unknown color: approx Cobalt. HEX triplet: 0E, 5B and 9B. RGB value is (14,91,155). Sum of RGB (Red+Green+Blue) = 14+91+155=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E5B9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5B9B is #F1A464. Grayscale: #4A4A4A. Windows color (decimal): -15836261 or 10181390. OLE color: 10181390.

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

Color convert

RGB1491155-
CMYK0.910.4100.39
HSL207.23º83.43%33.14%-
HSV(B)207.23º90.97%60.78%-
XYZ9.849.9432.41-
YUV75.27172.9984.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.38%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 155 (60.94% from 255) = 59.62%
R=5.38%
G=35%
B=59.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14911550.910.4100.39207.2383.4333.14
HexE5B9B5B29027cf5321
Octal161332331335104731712341
Binary111010110111001101110110111010010100111110011111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,91,155); }

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

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

 a { background-color: rgb(14,91,155); }

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

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

 span { border-color: rgb(14,91,155); }

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