#054E9A

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

Shades of Cobalt #054E9A

Tints of Cobalt #054E9A

Color information

#054E9A (or 0x054E9A) is unknown color: approx Cobalt. HEX triplet: 05, 4E and 9A. RGB value is (5,78,154). Sum of RGB (Red+Green+Blue) = 5+78+154=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #054E9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054E9A is #FAB165. Grayscale: #404040. Windows color (decimal): -16429414 or 10112517. OLE color: 10112517.

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

Color convert

RGB578154-
CMYK0.970.4900.40
HSL210.6º93.71%31.18%-
HSV(B)210.6º96.75%60.39%-
XYZ8.627.8131.63-
YUV64.84178.3285.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.11%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 154 (60.55% from 255) = 64.98%
R=2.11%
G=32.91%
B=64.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5781540.970.4900.40210.693.7131.18
Hex54E9A6131028d35e1f
Octal51162321416105032313637
Binary1011001110100110101100001110001010100011010011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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