#053FAE

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

Shades of Cobalt #053FAE

Tints of Cobalt #053FAE

Color information

#053FAE (or 0x053FAE) is unknown color: approx Cobalt. HEX triplet: 05, 3F and AE. RGB value is (5,63,174). Sum of RGB (Red+Green+Blue) = 5+63+174=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #053FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053FAE is #FAC051. Grayscale: #393939. Windows color (decimal): -16433234 or 11419397. OLE color: 11419397.

HSL color Cylindrical-coordinate representation of color #053FAE: hue angle of 219.41º 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 #053FAE is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB563174-
CMYK0.970.6400.32
HSL219.41º94.41%35.1%-
HSV(B)219.41º97.13%68.24%-
XYZ9.486.6440.83-
YUV58.31193.2889.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 63 (25% from 255) = 26.03%
BLUE value IS 174 (68.36% from 255) = 71.90%
R=2.07%
G=26.03%
B=71.90%

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
Decimal5631740.970.6400.32219.4194.4135.1
Hex53FAE6140020db5e23
Octal57725614110004033313643
Binary10111111110101110110000110000000100000110110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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