#05479E

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

Shades of Cobalt #05479E

Tints of Cobalt #05479E

Color information

#05479E (or 0x05479E) is unknown color: approx Cobalt. HEX triplet: 05, 47 and 9E. RGB value is (5,71,158). Sum of RGB (Red+Green+Blue) = 5+71+158=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #05479E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05479E is #FAB861. Grayscale: #3C3C3C. Windows color (decimal): -16431202 or 10372869. OLE color: 10372869.

HSL color Cylindrical-coordinate representation of color #05479E: hue angle of 214.12º 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 #05479E is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB571158-
CMYK0.970.5500.38
HSL214.12º93.87%31.96%-
HSV(B)214.12º96.84%61.96%-
XYZ8.497.0133.25-
YUV61.18182.6387.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.14%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 158 (62.11% from 255) = 67.52%
R=2.14%
G=30.34%
B=67.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5711580.970.5500.38214.1293.8731.96
Hex5479E6137026d65e20
Octal51072361416704632613640
Binary10110001111001111011000011101110100110110101101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05479E; }

 p { color: rgb(5,71,158); }

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

<style>
 a { background-color: #05479E; }

 a { background-color: rgb(5,71,158); }

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

<style>
 span { border-color: #05479E; }

 span { border-color: rgb(5,71,158); }

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