#0B4DAE

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

Shades of Cobalt #0B4DAE

Tints of Cobalt #0B4DAE

Color information

#0B4DAE (or 0x0B4DAE) is unknown color: approx Cobalt. HEX triplet: 0B, 4D and AE. RGB value is (11,77,174). Sum of RGB (Red+Green+Blue) = 11+77+174=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B4DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B4DAE is #F4B251. Grayscale: #434343. Windows color (decimal): -16036434 or 11422987. OLE color: 11422987.

HSL color Cylindrical-coordinate representation of color #0B4DAE: hue angle of 215.71º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B4DAE is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1177174-
CMYK0.940.5600.32
HSL215.71º88.11%36.27%-
HSV(B)215.71º93.68%68.24%-
XYZ10.438.4341.12-
YUV68.32187.6387.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.20%
GREEN value IS 77 (30.47% from 255) = 29.39%
BLUE value IS 174 (68.36% from 255) = 66.41%
R=4.20%
G=29.39%
B=66.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11771740.940.5600.32215.7188.1136.27
HexB4DAE5E38020d85824
Octal131152561367004033013044
Binary101110011011010111010111101110000100000110110001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,77,174); }

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

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

 a { background-color: rgb(11,77,174); }

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

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

 span { border-color: rgb(11,77,174); }

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