#0573EA

Color #0573EA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0573EA

Tints of Navy Blue #0573EA

Color information

#0573EA (or 0x0573EA) is unknown color: approx Navy Blue. HEX triplet: 05, 73 and EA. RGB value is (5,115,234). Sum of RGB (Red+Green+Blue) = 5+115+234=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #0573EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0573EA is #FA8C15. Grayscale: #5F5F5F. Windows color (decimal): -16419862 or 15364869. OLE color: 15364869.

HSL color Cylindrical-coordinate representation of color #0573EA: hue angle of 211.18º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0573EA is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5115234-
CMYK0.980.5100.08
HSL211.18º95.82%46.86%-
HSV(B)211.18º97.86%91.76%-
XYZ21.0418.2380.25-
YUV95.68206.0663.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.41%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 234 (91.80% from 255) = 66.10%
R=1.41%
G=32.49%
B=66.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal51152340.980.5100.08211.1895.8246.86
Hex573EA623308d3602f
Octal51633521426301032314057
Binary101111001111101010110001011001101000110100111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0573EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0573EA; }

 p { color: rgb(5,115,234); }

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

<style>
 a { background-color: #0573EA; }

 a { background-color: rgb(5,115,234); }

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

<style>
 span { border-color: #0573EA; }

 span { border-color: rgb(5,115,234); }

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