Html Css Color HEX #090066 Navy

📋 copy color: '#090066'

red 9 ◦ green 0 ◦ blue 102

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

Shades of Navy #090066

Tints of Navy #090066

RGB

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

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

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

R = 8.11%
G = 0%
B = 91.89%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#090066 (or 0x090066) is known color: Navy. HEX triplet: 09, 00 and 66. RGB value is (9,0,102). Sum of RGB (Red+Green+Blue) = 9+0+102=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 102 (40.23% from 255 or 91.89% from 111); Max value from RGB is 102 - color contains mainly: blue. Hex color #090066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090066 is #F6FF99. Grayscale: #0D0D0D. Windows color (decimal): -16187290 or 6684681. OLE color: 6684681.

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

Color convert

RGB 9 0 102 -
CMYK 0.91 1 0 0.6
HSL 245.29º 1% 0.2% -
HSV(B) 245.29º 1% 0.4% -
XYZ 2.51 1.02 12.63 -
YUV 14.32 177.48 124.21 -
System Red Green Blue C M Y K H S L
Decimal 9 0 102 0.91 1 0 0.6 245.29 1 0.2
Hex 9 0 66 5B 64 0 3C F5 64 14
Octal 11 0 146 133 144 0 74 365 144 24
Binary 1001 0 1100110 1011011 1100100 0 111100 11110101 1100100 10100

Color Harmonies of #090066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090066

Black with #090066

Text Example


Text Example

White with #090066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090066; }

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

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

background-color css

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

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

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

border-color css

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

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

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