Html Css Color HEX #090971 Navy

📋 copy color: '#090971'

red 9 ◦ green 9 ◦ blue 113

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

Shades of Navy #090971

Tints of Navy #090971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.87%

 BLUE value IS 113 (44.53% from 255) = 86.26%

R = 6.87%
G = 6.87%
B = 86.26%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#090971 (or 0x090971) is known color: Navy. HEX triplet: 09, 09 and 71. RGB value is (9,9,113). Sum of RGB (Red+Green+Blue) = 9+9+113=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 113 (44.53% from 255 or 86.26% from 131); Max value from RGB is 113 - color contains mainly: blue. Hex color #090971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090971 is #F6F68E. Grayscale: #141414. Windows color (decimal): -16184975 or 7407881. OLE color: 7407881.

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

Color convert

RGB 9 9 113 -
CMYK 0.92 0.92 0 0.56
HSL 240º 0.85% 0.24% -
HSV(B) 240º 0.92% 0.44% -
XYZ 3.19 1.45 15.73 -
YUV 20.86 180 119.54 -
System Red Green Blue C M Y K H S L
Decimal 9 9 113 0.92 0.92 0 0.56 240 0.85 0.24
Hex 9 9 71 5C 5C 0 38 F0 55 18
Octal 11 11 161 134 134 0 70 360 125 30
Binary 1001 1001 1110001 1011100 1011100 0 111000 11110000 1010101 11000

Color Harmonies of #090971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090971

Black with #090971

Text Example


Text Example

White with #090971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090971; }

 p { color: rgb(9,9,113); }

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

background-color css

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

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

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

border-color css

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

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

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