#090371

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

Shades of Navy #090371

Tints of Navy #090371

Color information

#090371 (or 0x090371) is unknown color: approx Navy. HEX triplet: 09, 03 and 71. RGB value is (9,3,113). Sum of RGB (Red+Green+Blue) = 9+3+113=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 3 (1.56% from 255 or 2.4% 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 #090371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090371 is #F6FC8E. Grayscale: #101010. Windows color (decimal): -16186511 or 7406345. OLE color: 7406345.

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

Color convert

RGB93113-
CMYK0.920.9700.56
HSL243.27º94.83%22.75%-
HSV(B)243.27º97.35%44.31%-
XYZ3.131.3215.71-
YUV17.33181.99122.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal931130.920.9700.56243.2794.8322.75
Hex93715C61038f35f17
Octal11316113414107036313727
Binary100111111000110111001100001011100011110011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090371; }

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

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

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

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

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

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

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

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