#0B54AB

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

Shades of Cobalt #0B54AB

Tints of Cobalt #0B54AB

Color information

#0B54AB (or 0x0B54AB) is unknown color: approx Cobalt. HEX triplet: 0B, 54 and AB. RGB value is (11,84,171). Sum of RGB (Red+Green+Blue) = 11+84+171=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B54AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B54AB is #F4AB54. Grayscale: #474747. Windows color (decimal): -16034645 or 11228171. OLE color: 11228171.

HSL color Cylindrical-coordinate representation of color #0B54AB: hue angle of 212.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B54AB is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1184171-
CMYK0.940.5100.33
HSL212.62º87.91%35.69%-
HSV(B)212.62º93.57%67.06%-
XYZ10.669.3539.77-
YUV72.09183.8284.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.14%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 171 (67.19% from 255) = 64.29%
R=4.14%
G=31.58%
B=64.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11841710.940.5100.33212.6287.9135.69
HexB54AB5E33021d55824
Octal131242531366304132513044
Binary101110101001010101110111101100110100001110101011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B54AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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