#054E97

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

Shades of Cobalt #054E97

Tints of Cobalt #054E97

Color information

#054E97 (or 0x054E97) is unknown color: approx Cobalt. HEX triplet: 05, 4E and 97. RGB value is (5,78,151). Sum of RGB (Red+Green+Blue) = 5+78+151=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #054E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054E97 is #FAB168. Grayscale: #404040. Windows color (decimal): -16429417 or 9915909. OLE color: 9915909.

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

Color convert

RGB578151-
CMYK0.970.4800.41
HSL210º93.59%30.59%-
HSV(B)210º96.69%59.22%-
XYZ8.377.7230.33-
YUV64.49176.8285.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.14%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 151 (59.38% from 255) = 64.53%
R=2.14%
G=33.33%
B=64.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5781510.970.4800.4121093.5930.59
Hex54E976130029d25e1f
Octal51162271416005132213637
Binary1011001110100101111100001110000010100111010010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,78,151); }

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

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

 a { background-color: rgb(5,78,151); }

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

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

 span { border-color: rgb(5,78,151); }

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