#030571

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

Shades of Navy #030571

Tints of Navy #030571

Color information

#030571 (or 0x030571) is unknown color: approx Navy. HEX triplet: 03, 05 and 71. RGB value is (3,5,113). Sum of RGB (Red+Green+Blue) = 3+5+113=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 113 (44.53% from 255 or 93.39% from 121); Max value from RGB is 113 - color contains mainly: blue. Hex color #030571 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030571 is #FCFA8E. Grayscale: #101010. Windows color (decimal): -16579215 or 7406851. OLE color: 7406851.

HSL color Cylindrical-coordinate representation of color #030571: hue angle of 238.91º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030571 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB35113-
CMYK0.970.9600.56
HSL238.91º94.83%22.75%-
HSV(B)238.91º97.35%44.31%-
XYZ3.071.3215.72-
YUV16.71182.34118.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 113 (44.53% from 255) = 93.39%
R=2.48%
G=4.13%
B=93.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal351130.970.9600.56238.9194.8322.75
Hex35716160038ef5f17
Octal3516114114007035713727
Binary11101111000111000011100000011100011101111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030571; }

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

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

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

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

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

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

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

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