Html Css Color HEX #090175 Navy

📋 copy color: '#090175'

red 9 ◦ green 1 ◦ blue 117

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

Shades of Navy #090175

Tints of Navy #090175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

 BLUE value IS 117 (46.09% from 255) = 92.13%

R = 7.09%
G = 0.79%
B = 92.13%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#090175 (or 0x090175) is known color: Navy. HEX triplet: 09, 01 and 75. RGB value is (9,1,117). Sum of RGB (Red+Green+Blue) = 9+1+117=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 117 (46.09% from 255 or 92.13% from 127); Max value from RGB is 117 - color contains mainly: blue. Hex color #090175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090175 is #F6FE8A. Grayscale: #101010. Windows color (decimal): -16187019 or 7667977. OLE color: 7667977.

HSL color Cylindrical-coordinate representation of color #090175: hue angle of 244.14º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090175 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 1 117 -
CMYK 0.92 0.99 0 0.54
HSL 244.14º 0.98% 0.23% -
HSV(B) 244.14º 0.99% 0.46% -
XYZ 3.33 1.36 16.92 -
YUV 16.62 184.65 122.57 -
System Red Green Blue C M Y K H S L
Decimal 9 1 117 0.92 0.99 0 0.54 244.14 0.98 0.23
Hex 9 1 75 5C 63 0 36 F4 62 17
Octal 11 1 165 134 143 0 66 364 142 27
Binary 1001 1 1110101 1011100 1100011 0 110110 11110100 1100010 10111

Color Harmonies of #090175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090175

Black with #090175

Text Example


Text Example

White with #090175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090175; }

 p { color: rgb(9,1,117); }

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

background-color css

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

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

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

border-color css

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

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

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