#0B4BA0

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

Shades of Cobalt #0B4BA0

Tints of Cobalt #0B4BA0

Color information

#0B4BA0 (or 0x0B4BA0) is unknown color: approx Cobalt. HEX triplet: 0B, 4B and A0. RGB value is (11,75,160). Sum of RGB (Red+Green+Blue) = 11+75+160=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 160 (62.89% from 255 or 65.04% from 246); Max value from RGB is 160 - color contains mainly: blue. Hex color #0B4BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4BA0 is #F4B45F. Grayscale: #414141. Windows color (decimal): -16036960 or 10504971. OLE color: 10504971.

HSL color Cylindrical-coordinate representation of color #0B4BA0: hue angle of 214.23º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B4BA0 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1175160-
CMYK0.930.5300.37
HSL214.23º87.13%33.53%-
HSV(B)214.23º93.12%62.75%-
XYZ97.6434.26-
YUV65.55181.389.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.47%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 160 (62.89% from 255) = 65.04%
R=4.47%
G=30.49%
B=65.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal11751600.930.5300.37214.2387.1333.53
HexB4BA05D35025d65722
Octal131132401356504532612742
Binary101110010111010000010111011101010100101110101101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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