Html Css Color HEX #090075 Navy

📋 copy color: '#090075'

red 9 ◦ green 0 ◦ blue 117

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

Shades of Navy #090075

Tints of Navy #090075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 7.14%
G = 0%
B = 92.86%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#090075 (or 0x090075) is known color: Navy. HEX triplet: 09, 00 and 75. RGB value is (9,0,117). Sum of RGB (Red+Green+Blue) = 9+0+117=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 117 (46.09% from 255 or 92.86% from 126); Max value from RGB is 117 - color contains mainly: blue. Hex color #090075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090075 is #F6FF8A. Grayscale: #0F0F0F. Windows color (decimal): -16187275 or 7667721. OLE color: 7667721.

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

Color convert

RGB 9 0 117 -
CMYK 0.92 1 0 0.54
HSL 244.62º 1% 0.23% -
HSV(B) 244.62º 1% 0.46% -
XYZ 3.32 1.34 16.91 -
YUV 16.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 9 0 117 0.92 1 0 0.54 244.62 1 0.23
Hex 9 0 75 5C 64 0 36 F5 64 17
Octal 11 0 165 134 144 0 66 365 144 27
Binary 1001 0 1110101 1011100 1100100 0 110110 11110101 1100100 10111

Color Harmonies of #090075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090075

Black with #090075

Text Example


Text Example

White with #090075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090075; }

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

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

background-color css

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

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

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

border-color css

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

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

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