#0B5D9A

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

Shades of Cobalt #0B5D9A

Tints of Cobalt #0B5D9A

Color information

#0B5D9A (or 0x0B5D9A) is unknown color: approx Cobalt. HEX triplet: 0B, 5D and 9A. RGB value is (11,93,154). Sum of RGB (Red+Green+Blue) = 11+93+154=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B5D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5D9A is #F4A265. Grayscale: #4B4B4B. Windows color (decimal): -16032358 or 10116363. OLE color: 10116363.

HSL color Cylindrical-coordinate representation of color #0B5D9A: hue angle of 205.59º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5D9A is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1193154-
CMYK0.930.4000.40
HSL205.59º86.67%32.35%-
HSV(B)205.59º92.86%60.39%-
XYZ9.8910.2332.03-
YUV75.44172.3382.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.26%
GREEN value IS 93 (36.72% from 255) = 36.05%
BLUE value IS 154 (60.55% from 255) = 59.69%
R=4.26%
G=36.05%
B=59.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11931540.930.4000.40205.5986.6732.35
HexB5D9A5D28028ce5720
Octal131352321355005031612740
Binary101110111011001101010111011010000101000110011101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,93,154); }

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

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

 a { background-color: rgb(11,93,154); }

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

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

 span { border-color: rgb(11,93,154); }

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