#0571CC

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

Shades of Navy Blue #0571CC

Tints of Navy Blue #0571CC

Color information

#0571CC (or 0x0571CC) is unknown color: approx Navy Blue. HEX triplet: 05, 71 and CC. RGB value is (5,113,204). Sum of RGB (Red+Green+Blue) = 5+113+204=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #0571CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0571CC is #FA8E33. Grayscale: #5A5A5A. Windows color (decimal): -16420404 or 13398277. OLE color: 13398277.

HSL color Cylindrical-coordinate representation of color #0571CC: hue angle of 207.44º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0571CC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5113204-
CMYK0.980.4500.2
HSL207.44º95.22%40.98%-
HSV(B)207.44º97.55%80%-
XYZ16.8716.259.37-
YUV91.08191.7266.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.55%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 204 (80.08% from 255) = 63.35%
R=1.55%
G=35.09%
B=63.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51132040.980.4500.2207.4495.2240.98
Hex571CC622D014cf5f29
Octal51613141425502431713751
Binary1011110001110011001100010101101010100110011111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0571CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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