#0b489f

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

Shades of Cobalt #0B489F

Tints of Cobalt #0B489F

Color information

#0B489F (or 0x0B489F) is unknown color: approx Cobalt. HEX triplet: 0B, 48 and 9F. RGB value is (11,72,159). Sum of RGB (Red+Green+Blue) = 11+72+159=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #0B489F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B489F is #F4B760. Grayscale: #3F3F3F. Windows color (decimal): -16037729 or 10438667. OLE color: 10438667.

HSL color Cylindrical-coordinate representation of color #0B489F: hue angle of 215.27º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B489F is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1172159-
CMYK0.930.5500.38
HSL215.27º87.06%33.33%-
HSV(B)215.27º93.08%62.35%-
XYZ8.717.2133.73-
YUV63.68181.7990.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.55%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 159 (62.5% from 255) = 65.70%
R=4.55%
G=29.75%
B=65.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11721590.930.5500.38215.2787.0633.33
HexB489F5D37026d75721
Octal131102371356704632712741
Binary101110010001001111110111011101110100110110101111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b489f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,72,159); }

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

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

 a { background-color: rgb(11,72,159); }

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

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

 span { border-color: rgb(11,72,159); }

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