#0572EA

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

Shades of Navy Blue #0572EA

Tints of Navy Blue #0572EA

Color information

#0572EA (or 0x0572EA) is unknown color: approx Navy Blue. HEX triplet: 05, 72 and EA. RGB value is (5,114,234). Sum of RGB (Red+Green+Blue) = 5+114+234=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #0572EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0572EA is #FA8D15. Grayscale: #5E5E5E. Windows color (decimal): -16420118 or 15364613. OLE color: 15364613.

HSL color Cylindrical-coordinate representation of color #0572EA: hue angle of 211.44º 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 #0572EA is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5114234-
CMYK0.980.5100.08
HSL211.44º95.82%46.86%-
HSV(B)211.44º97.86%91.76%-
XYZ20.9318.0180.21-
YUV95.09206.3963.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.42%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 234 (91.80% from 255) = 66.29%
R=1.42%
G=32.29%
B=66.29%

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
Decimal51142340.980.5100.08211.4495.8246.86
Hex572EA623308d3602f
Octal51623521426301032314057
Binary101111001011101010110001011001101000110100111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0572EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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