#054BA4

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

Shades of Cobalt #054BA4

Tints of Cobalt #054BA4

Color information

#054BA4 (or 0x054BA4) is unknown color: approx Cobalt. HEX triplet: 05, 4B and A4. RGB value is (5,75,164). Sum of RGB (Red+Green+Blue) = 5+75+164=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 164 (64.45% from 255 or 67.21% from 244); Max value from RGB is 164 - color contains mainly: blue. Hex color #054BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054BA4 is #FAB45B. Grayscale: #3F3F3F. Windows color (decimal): -16430172 or 10767109. OLE color: 10767109.

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

Color convert

RGB575164-
CMYK0.970.5400.36
HSL213.58º94.08%33.14%-
HSV(B)213.58º96.95%64.31%-
XYZ9.287.7436.13-
YUV64.22184.3185.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.05%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 164 (64.45% from 255) = 67.21%
R=2.05%
G=30.74%
B=67.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5751640.970.5400.36213.5894.0833.14
Hex54BA46136024d65e21
Octal51132441416604432613641
Binary10110010111010010011000011101100100100110101101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,75,164); }

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

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

 a { background-color: rgb(5,75,164); }

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

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

 span { border-color: rgb(5,75,164); }

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