#0B4EAC

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

Shades of Cobalt #0B4EAC

Tints of Cobalt #0B4EAC

Color information

#0B4EAC (or 0x0B4EAC) is unknown color: approx Cobalt. HEX triplet: 0B, 4E and AC. RGB value is (11,78,172). Sum of RGB (Red+Green+Blue) = 11+78+172=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B4EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B4EAC is #F4B153. Grayscale: #444444. Windows color (decimal): -16036180 or 11292171. OLE color: 11292171.

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

Color convert

RGB1178172-
CMYK0.940.5500.33
HSL215.03º87.98%35.88%-
HSV(B)215.03º93.6%67.45%-
XYZ10.318.540.13-
YUV68.68186.386.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.21%
GREEN value IS 78 (30.86% from 255) = 29.89%
BLUE value IS 172 (67.58% from 255) = 65.90%
R=4.21%
G=29.89%
B=65.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11781720.940.5500.33215.0387.9835.88
HexB4EAC5E37021d75824
Octal131162541366704132713044
Binary101110011101010110010111101101110100001110101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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