Html Css Color HEX #090577 Navy

📋 copy color: '#090577'

red 9 ◦ green 5 ◦ blue 119

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

Shades of Navy #090577

Tints of Navy #090577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 89.47%

R = 6.77%
G = 3.76%
B = 89.47%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#090577 (or 0x090577) is known color: Navy. HEX triplet: 09, 05 and 77. RGB value is (9,5,119). Sum of RGB (Red+Green+Blue) = 9+5+119=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 119 (46.88% from 255 or 89.47% from 133); Max value from RGB is 119 - color contains mainly: blue. Hex color #090577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090577 is #F6FA88. Grayscale: #121212. Windows color (decimal): -16185993 or 7800073. OLE color: 7800073.

HSL color Cylindrical-coordinate representation of color #090577: hue angle of 242.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090577 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 5 119 -
CMYK 0.92 0.96 0 0.53
HSL 242.11º 0.92% 0.24% -
HSV(B) 242.11º 0.96% 0.47% -
XYZ 3.5 1.5 17.56 -
YUV 19.19 184.33 120.73 -
System Red Green Blue C M Y K H S L
Decimal 9 5 119 0.92 0.96 0 0.53 242.11 0.92 0.24
Hex 9 5 77 5C 60 0 35 F2 5C 18
Octal 11 5 167 134 140 0 65 362 134 30
Binary 1001 101 1110111 1011100 1100000 0 110101 11110010 1011100 11000

Color Harmonies of #090577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090577

Black with #090577

Text Example


Text Example

White with #090577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090577; }

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

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

background-color css

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

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

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

border-color css

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

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

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