#05489E

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

Shades of Cobalt #05489E

Tints of Cobalt #05489E

Color information

#05489E (or 0x05489E) is unknown color: approx Cobalt. HEX triplet: 05, 48 and 9E. RGB value is (5,72,158). Sum of RGB (Red+Green+Blue) = 5+72+158=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #05489E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05489E is #FAB761. Grayscale: #3D3D3D. Windows color (decimal): -16430946 or 10373125. OLE color: 10373125.

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

Color convert

RGB572158-
CMYK0.970.5400.38
HSL213.73º93.87%31.96%-
HSV(B)213.73º96.84%61.96%-
XYZ8.557.1433.27-
YUV61.77182.387.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.13%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 158 (62.11% from 255) = 67.23%
R=2.13%
G=30.64%
B=67.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5721580.970.5400.38213.7393.8731.96
Hex5489E6136026d65e20
Octal51102361416604632613640
Binary10110010001001111011000011101100100110110101101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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