#030971

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

Shades of Navy #030971

Tints of Navy #030971

Color information

#030971 (or 0x030971) is unknown color: approx Navy. HEX triplet: 03, 09 and 71. RGB value is (3,9,113). Sum of RGB (Red+Green+Blue) = 3+9+113=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 113 (44.53% from 255 or 90.4% from 125); Max value from RGB is 113 - color contains mainly: blue. Hex color #030971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030971 is #FCF68E. Grayscale: #121212. Windows color (decimal): -16578191 or 7407875. OLE color: 7407875.

HSL color Cylindrical-coordinate representation of color #030971: hue angle of 236.73º 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 #030971 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB39113-
CMYK0.970.9200.56
HSL236.73º94.83%22.75%-
HSV(B)236.73º97.35%44.31%-
XYZ3.121.4115.73-
YUV19.06181.01116.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 113 (44.53% from 255) = 90.4%
R=2.4%
G=7.2%
B=90.4%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal391130.970.9200.56236.7394.8322.75
Hex3971615C038ed5f17
Octal31116114113407035513727
Binary111001111000111000011011100011100011101101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030971; }

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

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

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

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

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

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

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

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