#053EAE

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

Shades of Cobalt #053EAE

Tints of Cobalt #053EAE

Color information

#053EAE (or 0x053EAE) is unknown color: approx Cobalt. HEX triplet: 05, 3E and AE. RGB value is (5,62,174). Sum of RGB (Red+Green+Blue) = 5+62+174=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #053EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053EAE is #FAC151. Grayscale: #393939. Windows color (decimal): -16433490 or 11419141. OLE color: 11419141.

HSL color Cylindrical-coordinate representation of color #053EAE: hue angle of 219.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053EAE is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB562174-
CMYK0.970.6400.32
HSL219.76º94.41%35.1%-
HSV(B)219.76º97.13%68.24%-
XYZ9.436.5340.81-
YUV57.72193.6290.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 62 (24.61% from 255) = 25.73%
BLUE value IS 174 (68.36% from 255) = 72.20%
R=2.07%
G=25.73%
B=72.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5621740.970.6400.32219.7694.4135.1
Hex53EAE6140020dc5e23
Octal57625614110004033413643
Binary10111111010101110110000110000000100000110111001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053EAE; }

 p { color: rgb(5,62,174); }

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

<style>
 a { background-color: #053EAE; }

 a { background-color: rgb(5,62,174); }

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

<style>
 span { border-color: #053EAE; }

 span { border-color: rgb(5,62,174); }

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