#0E519B

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

Shades of Cobalt #0E519B

Tints of Cobalt #0E519B

Color information

#0E519B (or 0x0E519B) is unknown color: approx Cobalt. HEX triplet: 0E, 51 and 9B. RGB value is (14,81,155). Sum of RGB (Red+Green+Blue) = 14+81+155=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E519B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E519B is #F1AE64. Grayscale: #454545. Windows color (decimal): -15838821 or 10178830. OLE color: 10178830.

HSL color Cylindrical-coordinate representation of color #0E519B: hue angle of 211.49º 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 #0E519B is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1481155-
CMYK0.910.4800.39
HSL211.49º83.43%33.14%-
HSV(B)211.49º90.97%60.78%-
XYZ9.048.3432.14-
YUV69.4176.388.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.6%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 155 (60.94% from 255) = 62%
R=5.6%
G=32.4%
B=62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14811550.910.4800.39211.4983.4333.14
HexE519B5B30027d35321
Octal161212331336004732312341
Binary111010100011001101110110111100000100111110100111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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