#054A9E

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

Shades of Cobalt #054A9E

Tints of Cobalt #054A9E

Color information

#054A9E (or 0x054A9E) is unknown color: approx Cobalt. HEX triplet: 05, 4A and 9E. RGB value is (5,74,158). Sum of RGB (Red+Green+Blue) = 5+74+158=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #054A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054A9E is #FAB561. Grayscale: #3E3E3E. Windows color (decimal): -16430434 or 10373637. OLE color: 10373637.

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

Color convert

RGB574158-
CMYK0.970.5300.38
HSL212.94º93.87%31.96%-
HSV(B)212.94º96.84%61.96%-
XYZ8.687.433.32-
YUV62.94181.6486.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.11%
GREEN value IS 74 (29.30% from 255) = 31.22%
BLUE value IS 158 (62.11% from 255) = 66.67%
R=2.11%
G=31.22%
B=66.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5741580.970.5300.38212.9493.8731.96
Hex54A9E6135026d55e20
Octal51122361416504632513640
Binary10110010101001111011000011101010100110110101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054A9E; }

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

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

<style>
 a { background-color: #054A9E; }

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

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

<style>
 span { border-color: #054A9E; }

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

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