#0B4AAC

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

Shades of Cobalt #0B4AAC

Tints of Cobalt #0B4AAC

Color information

#0B4AAC (or 0x0B4AAC) is unknown color: approx Cobalt. HEX triplet: 0B, 4A and AC. RGB value is (11,74,172). Sum of RGB (Red+Green+Blue) = 11+74+172=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B4AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4AAC is #F4B553. Grayscale: #414141. Windows color (decimal): -16037204 or 11291147. OLE color: 11291147.

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

Color convert

RGB1174172-
CMYK0.940.5700.33
HSL216.52º87.98%35.88%-
HSV(B)216.52º93.6%67.45%-
XYZ10.037.9540.03-
YUV66.33187.6388.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.28%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 172 (67.58% from 255) = 66.93%
R=4.28%
G=28.79%
B=66.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11741720.940.5700.33216.5287.9835.88
HexB4AAC5E39021d95824
Octal131122541367104133113044
Binary101110010101010110010111101110010100001110110011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,74,172); }

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

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

 a { background-color: rgb(11,74,172); }

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

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

 span { border-color: rgb(11,74,172); }

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