#0b54a6

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

Shades of Cobalt #0B54A6

Tints of Cobalt #0B54A6

Color information

#0B54A6 (or 0x0B54A6) is unknown color: approx Cobalt. HEX triplet: 0B, 54 and A6. RGB value is (11,84,166). Sum of RGB (Red+Green+Blue) = 11+84+166=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 166 (65.23% from 255 or 63.60% from 261); Max value from RGB is 166 - color contains mainly: blue. Hex color #0B54A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B54A6 is #F4AB59. Grayscale: #474747. Windows color (decimal): -16034650 or 10900491. OLE color: 10900491.

HSL color Cylindrical-coordinate representation of color #0B54A6: hue angle of 211.74º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B54A6 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1184166-
CMYK0.930.4900.35
HSL211.74º87.57%34.71%-
HSV(B)211.74º93.37%65.1%-
XYZ10.199.1637.31-
YUV71.52181.3284.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.21%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 166 (65.23% from 255) = 63.60%
R=4.21%
G=32.18%
B=63.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11841660.930.4900.35211.7487.5734.71
HexB54A65D31023d45823
Octal131242461356104332413043
Binary101110101001010011010111011100010100011110101001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b54a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,84,166); }

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

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

 a { background-color: rgb(11,84,166); }

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

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

 span { border-color: rgb(11,84,166); }

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