#05549F

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

Shades of Cobalt #05549F

Tints of Cobalt #05549F

Color information

#05549F (or 0x05549F) is unknown color: approx Cobalt. HEX triplet: 05, 54 and 9F. RGB value is (5,84,159). Sum of RGB (Red+Green+Blue) = 5+84+159=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #05549F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05549F is #FAAB60. Grayscale: #444444. Windows color (decimal): -16427873 or 10441733. OLE color: 10441733.

HSL color Cylindrical-coordinate representation of color #05549F: hue angle of 209.22º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05549F is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB584159-
CMYK0.970.4700.38
HSL209.22º93.9%32.16%-
HSV(B)209.22º96.86%62.35%-
XYZ9.498.8834.01-
YUV68.93178.8382.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 159 (62.5% from 255) = 64.11%
R=2.02%
G=33.87%
B=64.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5841590.970.4700.38209.2293.932.16
Hex5549F612F026d15e20
Octal51242371415704632113640
Binary10110101001001111111000011011110100110110100011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05549F; }

 p { color: rgb(5,84,159); }

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

<style>
 a { background-color: #05549F; }

 a { background-color: rgb(5,84,159); }

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

<style>
 span { border-color: #05549F; }

 span { border-color: rgb(5,84,159); }

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