#0B4B99

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

Shades of Cobalt #0B4B99

Tints of Cobalt #0B4B99

Color information

#0B4B99 (or 0x0B4B99) is unknown color: approx Cobalt. HEX triplet: 0B, 4B and 99. RGB value is (11,75,153). Sum of RGB (Red+Green+Blue) = 11+75+153=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B4B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4B99 is #F4B466. Grayscale: #404040. Windows color (decimal): -16036967 or 10046219. OLE color: 10046219.

HSL color Cylindrical-coordinate representation of color #0B4B99: hue angle of 212.96º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B4B99 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1175153-
CMYK0.930.5100.4
HSL212.96º86.59%32.16%-
HSV(B)212.96º92.81%60%-
XYZ8.47.431.12-
YUV64.76177.889.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.60%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 153 (60.16% from 255) = 64.02%
R=4.60%
G=31.38%
B=64.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11751530.930.5100.4212.9686.5932.16
HexB4B995D33028d55720
Octal131132311356305032512740
Binary101110010111001100110111011100110101000110101011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,75,153); }

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

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

 a { background-color: rgb(11,75,153); }

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

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

 span { border-color: rgb(11,75,153); }

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