#0B46B4

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

Shades of Cobalt #0B46B4

Tints of Cobalt #0B46B4

Color information

#0B46B4 (or 0x0B46B4) is unknown color: approx Cobalt. HEX triplet: 0B, 46 and B4. RGB value is (11,70,180). Sum of RGB (Red+Green+Blue) = 11+70+180=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 180 (70.70% from 255 or 68.97% from 261); Max value from RGB is 180 - color contains mainly: blue. Hex color #0B46B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B46B4 is #F4B94B. Grayscale: #404040. Windows color (decimal): -16038220 or 11814411. OLE color: 11814411.

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

Color convert

RGB1170180-
CMYK0.940.6100.29
HSL219.05º88.48%37.45%-
HSV(B)219.05º93.89%70.59%-
XYZ10.577.7544.12-
YUV64.9192.9589.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.21%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 180 (70.70% from 255) = 68.97%
R=4.21%
G=26.82%
B=68.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11701800.940.6100.29219.0588.4837.45
HexB46B45E3D01Ddb5825
Octal131062641367503533313045
Binary10111000110101101001011110111101011101110110111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B46B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,70,180); }

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

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

 a { background-color: rgb(11,70,180); }

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

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

 span { border-color: rgb(11,70,180); }

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