#0B51B2

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

Shades of Cobalt #0B51B2

Tints of Cobalt #0B51B2

Color information

#0B51B2 (or 0x0B51B2) is unknown color: approx Cobalt. HEX triplet: 0B, 51 and B2. RGB value is (11,81,178). Sum of RGB (Red+Green+Blue) = 11+81+178=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 178 (69.92% from 255 or 65.93% from 270); Max value from RGB is 178 - color contains mainly: blue. Hex color #0B51B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B51B2 is #F4AE4D. Grayscale: #464646. Windows color (decimal): -16035406 or 11686155. OLE color: 11686155.

HSL color Cylindrical-coordinate representation of color #0B51B2: hue angle of 214.85º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B51B2 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1181178-
CMYK0.940.5400.30
HSL214.85º88.36%37.06%-
HSV(B)214.85º93.82%69.8%-
XYZ11.129.1743.3-
YUV71.13188.3185.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.07%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 178 (69.92% from 255) = 65.93%
R=4.07%
G=30%
B=65.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11811780.940.5400.30214.8588.3637.06
HexB51B25E3601Ed75825
Octal131212621366603632713045
Binary10111010001101100101011110110110011110110101111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B51B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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