#090782

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

Shades of Navy #090782

Tints of Navy #090782

Color information

#090782 (or 0x090782) is unknown color: approx Navy. HEX triplet: 09, 07 and 82. RGB value is (9,7,130). Sum of RGB (Red+Green+Blue) = 9+7+130=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 130 (51.17% from 255 or 89.04% from 146); Max value from RGB is 130 - color contains mainly: blue. Hex color #090782 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090782 is #F6F87D. Grayscale: #151515. Windows color (decimal): -16185470 or 8521481. OLE color: 8521481.

HSL color Cylindrical-coordinate representation of color #090782: hue angle of 240.98º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090782 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97130-
CMYK0.930.9500.49
HSL240.98º89.78%26.86%-
HSV(B)240.98º94.62%50.98%-
XYZ4.221.8221.25-
YUV21.62189.16119-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 7 (3.12% from 255) = 4.79%
BLUE value IS 130 (51.17% from 255) = 89.04%
R=6.16%
G=4.79%
B=89.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971300.930.9500.49240.9889.7826.86
Hex97825D5F031f15a1b
Octal11720213513706136113233
Binary10011111000001010111011011111011000111110001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090782; }

 p { color: rgb(9,7,130); }

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

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

 a { background-color: rgb(9,7,130); }

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

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

 span { border-color: rgb(9,7,130); }

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