#0B55A2

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

Shades of Cobalt #0B55A2

Tints of Cobalt #0B55A2

Color information

#0B55A2 (or 0x0B55A2) is unknown color: approx Cobalt. HEX triplet: 0B, 55 and A2. RGB value is (11,85,162). Sum of RGB (Red+Green+Blue) = 11+85+162=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 162 (63.67% from 255 or 62.79% from 258); Max value from RGB is 162 - color contains mainly: blue. Hex color #0B55A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B55A2 is #F4AA5D. Grayscale: #474747. Windows color (decimal): -16034398 or 10638603. OLE color: 10638603.

HSL color Cylindrical-coordinate representation of color #0B55A2: hue angle of 210.6º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B55A2 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1185162-
CMYK0.930.4800.36
HSL210.6º87.28%33.92%-
HSV(B)210.6º93.21%63.53%-
XYZ9.919.1835.43-
YUV71.65178.9884.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.26%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 162 (63.67% from 255) = 62.79%
R=4.26%
G=32.95%
B=62.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11851620.930.4800.36210.687.2833.92
HexB55A25D30024d35722
Octal131252421356004432312742
Binary101110101011010001010111011100000100100110100111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B55A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,85,162); }

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

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

 a { background-color: rgb(11,85,162); }

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

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

 span { border-color: rgb(11,85,162); }

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