#090484

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

Shades of Navy #090484

Tints of Navy #090484

Color information

#090484 (or 0x090484) is unknown color: approx Navy. HEX triplet: 09, 04 and 84. RGB value is (9,4,132). Sum of RGB (Red+Green+Blue) = 9+4+132=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 132 (51.95% from 255 or 91.03% from 145); Max value from RGB is 132 - color contains mainly: blue. Hex color #090484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090484 is #F6FB7B. Grayscale: #131313. Windows color (decimal): -16186236 or 8651785. OLE color: 8651785.

HSL color Cylindrical-coordinate representation of color #090484: hue angle of 242.34º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #090484 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB94132-
CMYK0.930.9700.48
HSL242.34º94.12%26.67%-
HSV(B)242.34º96.97%51.76%-
XYZ4.321.8121.95-
YUV20.09191.16120.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 132 (51.95% from 255) = 91.03%
R=6.21%
G=2.76%
B=91.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal941320.930.9700.48242.3494.1226.67
Hex94845D61030f25e1b
Octal11420413514106036213633
Binary10011001000010010111011100001011000011110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090484; }

 p { color: rgb(9,4,132); }

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

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

 a { background-color: rgb(9,4,132); }

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

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

 span { border-color: rgb(9,4,132); }

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