#054A96

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

Shades of Cobalt #054A96

Tints of Cobalt #054A96

Color information

#054A96 (or 0x054A96) is unknown color: approx Cobalt. HEX triplet: 05, 4A and 96. RGB value is (5,74,150). Sum of RGB (Red+Green+Blue) = 5+74+150=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #054A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054A96 is #FAB569. Grayscale: #3D3D3D. Windows color (decimal): -16430442 or 9849349. OLE color: 9849349.

HSL color Cylindrical-coordinate representation of color #054A96: hue angle of 211.45º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054A96 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB574150-
CMYK0.970.5100.41
HSL211.45º93.55%30.39%-
HSV(B)211.45º96.67%58.82%-
XYZ8.027.1329.81-
YUV62.03177.6487.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 74 (29.30% from 255) = 32.31%
BLUE value IS 150 (58.98% from 255) = 65.50%
R=2.18%
G=32.31%
B=65.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5741500.970.5100.41211.4593.5530.39
Hex54A966133029d35e1e
Octal51122261416305132313636
Binary1011001010100101101100001110011010100111010011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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