#090180

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

Shades of Navy #090180

Tints of Navy #090180

Color information

#090180 (or 0x090180) is unknown color: approx Navy. HEX triplet: 09, 01 and 80. RGB value is (9,1,128). Sum of RGB (Red+Green+Blue) = 9+1+128=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 128 (50.39% from 255 or 92.75% from 138); Max value from RGB is 128 - color contains mainly: blue. Hex color #090180 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090180 is #F6FE7F. Grayscale: #111111. Windows color (decimal): -16187008 or 8388873. OLE color: 8388873.

HSL color Cylindrical-coordinate representation of color #090180: hue angle of 243.78º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090180 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB91128-
CMYK0.930.9900.50
HSL243.78º98.45%25.29%-
HSV(B)243.78º99.22%50.2%-
XYZ4.021.6420.53-
YUV17.87190.15121.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.52%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 128 (50.39% from 255) = 92.75%
R=6.52%
G=0.72%
B=92.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal911280.930.9900.50243.7898.4525.29
Hex91805D63032f46219
Octal11120013514306236414231
Binary100111000000010111011100011011001011110100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090180; }

 p { color: rgb(9,1,128); }

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

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

 a { background-color: rgb(9,1,128); }

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

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

 span { border-color: rgb(9,1,128); }

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