#054A9C

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

Shades of Cobalt #054A9C

Tints of Cobalt #054A9C

Color information

#054A9C (or 0x054A9C) is unknown color: approx Cobalt. HEX triplet: 05, 4A and 9C. RGB value is (5,74,156). Sum of RGB (Red+Green+Blue) = 5+74+156=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #054A9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054A9C is #FAB563. Grayscale: #3E3E3E. Windows color (decimal): -16430436 or 10242565. OLE color: 10242565.

HSL color Cylindrical-coordinate representation of color #054A9C: hue angle of 212.58º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054A9C is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB574156-
CMYK0.970.5300.39
HSL212.58º93.79%31.57%-
HSV(B)212.58º96.79%61.18%-
XYZ8.517.3332.42-
YUV62.72180.6486.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.13%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 156 (61.33% from 255) = 66.38%
R=2.13%
G=31.49%
B=66.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5741560.970.5300.39212.5893.7931.57
Hex54A9C6135027d55e20
Octal51122341416504732513640
Binary10110010101001110011000011101010100111110101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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