#0B519E

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

Shades of Cobalt #0B519E

Tints of Cobalt #0B519E

Color information

#0B519E (or 0x0B519E) is unknown color: approx Cobalt. HEX triplet: 0B, 51 and 9E. RGB value is (11,81,158). Sum of RGB (Red+Green+Blue) = 11+81+158=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B519E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B519E is #F4AE61. Grayscale: #444444. Windows color (decimal): -16035426 or 10375435. OLE color: 10375435.

HSL color Cylindrical-coordinate representation of color #0B519E: hue angle of 211.43º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B519E is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1181158-
CMYK0.930.4900.38
HSL211.43º86.98%33.14%-
HSV(B)211.43º93.04%61.96%-
XYZ9.258.4233.49-
YUV68.85178.3186.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.4%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 158 (62.11% from 255) = 63.2%
R=4.4%
G=32.4%
B=63.2%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11811580.930.4900.38211.4386.9833.14
HexB519E5D31026d35721
Octal131212361356104632312741
Binary101110100011001111010111011100010100110110100111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,81,158); }

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

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

 a { background-color: rgb(11,81,158); }

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

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

 span { border-color: rgb(11,81,158); }

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