Html Css Color HEX #090580 Navy

📋 copy color: '#090580'

red 9 ◦ green 5 ◦ blue 128

#090580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #090580

Tints of Navy #090580

RGB

 RED value IS 9 (3.91% from 255) = 6.34%

 GREEN value IS 5 (2.34% from 255) = 3.52%

 BLUE value IS 128 (50.39% from 255) = 90.14%

R = 6.34%
G = 3.52%
B = 90.14%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#090580 (or 0x090580) is known color: Navy. HEX triplet: 09, 05 and 80. RGB value is (9,5,128). Sum of RGB (Red+Green+Blue) = 9+5+128=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 128 (50.39% from 255 or 90.14% from 142); Max value from RGB is 128 - color contains mainly: blue. Hex color #090580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090580 is #F6FA7F. Grayscale: #131313. Windows color (decimal): -16185984 or 8389897. OLE color: 8389897.

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

Color convert

RGB 9 5 128 -
CMYK 0.93 0.96 0 0.50
HSL 241.95º 0.92% 0.26% -
HSV(B) 241.95º 0.96% 0.5% -
XYZ 4.06 1.73 20.54 -
YUV 20.22 188.83 120 -
System Red Green Blue C M Y K H S L
Decimal 9 5 128 0.93 0.96 0 0.50 241.95 0.92 0.26
Hex 9 5 80 5D 60 0 32 F2 5C 1A
Octal 11 5 200 135 140 0 62 362 134 32
Binary 1001 101 10000000 1011101 1100000 0 110010 11110010 1011100 11010

Color Harmonies of #090580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090580

Black with #090580

Text Example


Text Example

White with #090580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090580; }

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

 H1.HeaderClassName
 {
   color: #090580;
 }
 .AnyTagClassName
 {
   color: #090580;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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