#0B46AB

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

Shades of Cobalt #0B46AB

Tints of Cobalt #0B46AB

Color information

#0B46AB (or 0x0B46AB) is unknown color: approx Cobalt. HEX triplet: 0B, 46 and AB. RGB value is (11,70,171). Sum of RGB (Red+Green+Blue) = 11+70+171=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B46AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B46AB is #F4B954. Grayscale: #3F3F3F. Windows color (decimal): -16038229 or 11224587. OLE color: 11224587.

HSL color Cylindrical-coordinate representation of color #0B46AB: hue angle of 217.88º 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 #0B46AB is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1170171-
CMYK0.940.5900.33
HSL217.88º87.91%35.69%-
HSV(B)217.88º93.57%67.06%-
XYZ9.687.3939.44-
YUV63.87188.4590.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.37%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 171 (67.19% from 255) = 67.86%
R=4.37%
G=27.78%
B=67.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11701710.940.5900.33217.8887.9135.69
HexB46AB5E3B021da5824
Octal131062531367304133213044
Binary101110001101010101110111101110110100001110110101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B46AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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