#0B55AE

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

Shades of Cobalt #0B55AE

Tints of Cobalt #0B55AE

Color information

#0B55AE (or 0x0B55AE) is unknown color: approx Cobalt. HEX triplet: 0B, 55 and AE. RGB value is (11,85,174). Sum of RGB (Red+Green+Blue) = 11+85+174=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B55AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B55AE is #F4AA51. Grayscale: #484848. Windows color (decimal): -16034386 or 11425035. OLE color: 11425035.

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

Color convert

RGB1185174-
CMYK0.940.5100.32
HSL212.76º88.11%36.27%-
HSV(B)212.76º93.68%68.24%-
XYZ11.039.6241.32-
YUV73.02184.9883.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.07%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 174 (68.36% from 255) = 64.44%
R=4.07%
G=31.48%
B=64.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11851740.940.5100.32212.7688.1136.27
HexB55AE5E33020d55824
Octal131252561366304032513044
Binary101110101011010111010111101100110100000110101011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B55AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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