Html Css Color HEX #090064 Navy

📋 copy color: '#090064'

red 9 ◦ green 0 ◦ blue 100

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

Shades of Navy #090064

Tints of Navy #090064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 91.74%

R = 8.26%
G = 0%
B = 91.74%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#090064 (or 0x090064) is known color: Navy. HEX triplet: 09, 00 and 64. RGB value is (9,0,100). Sum of RGB (Red+Green+Blue) = 9+0+100=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 100 (39.45% from 255 or 91.74% from 109); Max value from RGB is 100 - color contains mainly: blue. Hex color #090064 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090064 is #F6FF9B. Grayscale: #0D0D0D. Windows color (decimal): -16187292 or 6553609. OLE color: 6553609.

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

Color convert

RGB 9 0 100 -
CMYK 0.91 1 0 0.61
HSL 245.4º 1% 0.2% -
HSV(B) 245.4º 1% 0.39% -
XYZ 2.41 0.98 12.12 -
YUV 14.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 9 0 100 0.91 1 0 0.61 245.4 1 0.2
Hex 9 0 64 5B 64 0 3D F5 64 14
Octal 11 0 144 133 144 0 75 365 144 24
Binary 1001 0 1100100 1011011 1100100 0 111101 11110101 1100100 10100

Color Harmonies of #090064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090064

Black with #090064

Text Example


Text Example

White with #090064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090064; }

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

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

background-color css

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

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

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

border-color css

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

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

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