#054FA5

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

Shades of Cobalt #054FA5

Tints of Cobalt #054FA5

Color information

#054FA5 (or 0x054FA5) is unknown color: approx Cobalt. HEX triplet: 05, 4F and A5. RGB value is (5,79,165). Sum of RGB (Red+Green+Blue) = 5+79+165=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 165 (64.84% from 255 or 66.27% from 249); Max value from RGB is 165 - color contains mainly: blue. Hex color #054FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054FA5 is #FAB05A. Grayscale: #424242. Windows color (decimal): -16429147 or 10833669. OLE color: 10833669.

HSL color Cylindrical-coordinate representation of color #054FA5: hue angle of 212.25º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054FA5 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB579165-
CMYK0.970.5200.35
HSL212.25º94.12%33.33%-
HSV(B)212.25º96.97%64.71%-
XYZ9.658.3436.7-
YUV66.68183.4884.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.01%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 165 (64.84% from 255) = 66.27%
R=2.01%
G=31.73%
B=66.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal5791650.970.5200.35212.2594.1233.33
Hex54FA56134023d45e21
Octal51172451416404332413641
Binary10110011111010010111000011101000100011110101001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,79,165); }

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

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

 a { background-color: rgb(5,79,165); }

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

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

 span { border-color: rgb(5,79,165); }

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