#053EAA

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

Shades of Cobalt #053EAA

Tints of Cobalt #053EAA

Color information

#053EAA (or 0x053EAA) is unknown color: approx Cobalt. HEX triplet: 05, 3E and AA. RGB value is (5,62,170). Sum of RGB (Red+Green+Blue) = 5+62+170=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #053EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053EAA is #FAC155. Grayscale: #383838. Windows color (decimal): -16433494 or 11156997. OLE color: 11156997.

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

Color convert

RGB562170-
CMYK0.970.6400.33
HSL219.27º94.29%34.31%-
HSV(B)219.27º97.06%66.67%-
XYZ9.046.3838.79-
YUV57.27191.6290.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.11%
GREEN value IS 62 (24.61% from 255) = 26.16%
BLUE value IS 170 (66.80% from 255) = 71.73%
R=2.11%
G=26.16%
B=71.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5621700.970.6400.33219.2794.2934.31
Hex53EAA6140021db5e22
Octal57625214110004133313642
Binary10111111010101010110000110000000100001110110111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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