#0B4AAE

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

Shades of Cobalt #0B4AAE

Tints of Cobalt #0B4AAE

Color information

#0B4AAE (or 0x0B4AAE) is unknown color: approx Cobalt. HEX triplet: 0B, 4A and AE. RGB value is (11,74,174). Sum of RGB (Red+Green+Blue) = 11+74+174=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B4AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4AAE is #F4B551. Grayscale: #424242. Windows color (decimal): -16037202 or 11422219. OLE color: 11422219.

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

Color convert

RGB1174174-
CMYK0.940.5700.32
HSL216.81º88.11%36.27%-
HSV(B)216.81º93.68%68.24%-
XYZ10.238.0241.05-
YUV66.56188.6388.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.25%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 174 (68.36% from 255) = 67.18%
R=4.25%
G=28.57%
B=67.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11741740.940.5700.32216.8188.1136.27
HexB4AAE5E39020d95824
Octal131122561367104033113044
Binary101110010101010111010111101110010100000110110011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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