#090372

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

Shades of Navy #090372

Tints of Navy #090372

Color information

#090372 (or 0x090372) is unknown color: approx Navy. HEX triplet: 09, 03 and 72. RGB value is (9,3,114). Sum of RGB (Red+Green+Blue) = 9+3+114=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 114 (44.92% from 255 or 90.48% from 126); Max value from RGB is 114 - color contains mainly: blue. Hex color #090372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090372 is #F6FC8D. Grayscale: #111111. Windows color (decimal): -16186510 or 7471881. OLE color: 7471881.

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

Color convert

RGB93114-
CMYK0.920.9700.55
HSL243.24º94.87%22.94%-
HSV(B)243.24º97.37%44.71%-
XYZ3.181.3416.01-
YUV17.45182.49121.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 114 (44.92% from 255) = 90.48%
R=7.14%
G=2.38%
B=90.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal931140.920.9700.55243.2494.8722.94
Hex93725C61037f35f17
Octal11316213414106736313727
Binary100111111001010111001100001011011111110011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090372; }

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

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

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

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

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

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

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

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