#090280

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

Shades of Navy #090280

Tints of Navy #090280

Color information

#090280 (or 0x090280) is unknown color: approx Navy. HEX triplet: 09, 02 and 80. RGB value is (9,2,128). Sum of RGB (Red+Green+Blue) = 9+2+128=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 128 (50.39% from 255 or 92.09% from 139); Max value from RGB is 128 - color contains mainly: blue. Hex color #090280 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090280 is #F6FD7F. Grayscale: #111111. Windows color (decimal): -16186752 or 8389129. OLE color: 8389129.

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

Color convert

RGB92128-
CMYK0.930.9800.50
HSL243.33º96.92%25.49%-
HSV(B)243.33º98.44%50.2%-
XYZ4.031.6620.53-
YUV18.46189.82121.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 128 (50.39% from 255) = 92.09%
R=6.47%
G=1.44%
B=92.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal921280.930.9800.50243.3396.9225.49
Hex92805D62032f36119
Octal11220013514206236314131
Binary1001101000000010111011100010011001011110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090280; }

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

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

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

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

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

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

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

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