#0571E7

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

Shades of Navy Blue #0571E7

Tints of Navy Blue #0571E7

Color information

#0571E7 (or 0x0571E7) is unknown color: approx Navy Blue. HEX triplet: 05, 71 and E7. RGB value is (5,113,231). Sum of RGB (Red+Green+Blue) = 5+113+231=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 231 (90.62% from 255 or 66.19% from 349); Max value from RGB is 231 - color contains mainly: blue. Hex color #0571E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0571E7 is #FA8E18. Grayscale: #5D5D5D. Windows color (decimal): -16420377 or 15167749. OLE color: 15167749.

HSL color Cylindrical-coordinate representation of color #0571E7: hue angle of 211.33º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0571E7 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5113231-
CMYK0.980.5100.09
HSL211.33º95.76%46.27%-
HSV(B)211.33º97.84%90.59%-
XYZ20.3917.6177.93-
YUV94.16205.2264.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.43%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 231 (90.62% from 255) = 66.19%
R=1.43%
G=32.38%
B=66.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal51132310.980.5100.09211.3395.7646.27
Hex571E7623309d3602e
Octal51613471426301132314056
Binary101111000111100111110001011001101001110100111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0571E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0571E7; }

 p { color: rgb(5,113,231); }

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

<style>
 a { background-color: #0571E7; }

 a { background-color: rgb(5,113,231); }

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

<style>
 span { border-color: #0571E7; }

 span { border-color: rgb(5,113,231); }

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