Html Css Color HEX #090166 Navy

📋 copy color: '#090166'

red 9 ◦ green 1 ◦ blue 102

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

Shades of Navy #090166

Tints of Navy #090166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 91.07%

R = 8.04%
G = 0.89%
B = 91.07%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#090166 (or 0x090166) is known color: Navy. HEX triplet: 09, 01 and 66. RGB value is (9,1,102). Sum of RGB (Red+Green+Blue) = 9+1+102=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 102 (40.23% from 255 or 91.07% from 112); Max value from RGB is 102 - color contains mainly: blue. Hex color #090166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090166 is #F6FE99. Grayscale: #0E0E0E. Windows color (decimal): -16187034 or 6684937. OLE color: 6684937.

HSL color Cylindrical-coordinate representation of color #090166: hue angle of 244.75º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090166 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 1 102 -
CMYK 0.91 0.99 0 0.6
HSL 244.75º 0.98% 0.2% -
HSV(B) 244.75º 0.99% 0.4% -
XYZ 2.52 1.04 12.64 -
YUV 14.91 177.15 123.79 -
System Red Green Blue C M Y K H S L
Decimal 9 1 102 0.91 0.99 0 0.6 244.75 0.98 0.2
Hex 9 1 66 5B 63 0 3C F5 62 14
Octal 11 1 146 133 143 0 74 365 142 24
Binary 1001 1 1100110 1011011 1100011 0 111100 11110101 1100010 10100

Color Harmonies of #090166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090166

Black with #090166

Text Example


Text Example

White with #090166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090166; }

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

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

background-color css

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

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

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

border-color css

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

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

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