Html Css Color HEX #090063 Navy

📋 copy color: '#090063'

red 9 ◦ green 0 ◦ blue 99

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

Shades of Navy #090063

Tints of Navy #090063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 91.67%

R = 8.33%
G = 0%
B = 91.67%

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

#090063 (or 0x090063) is known color: Navy. HEX triplet: 09, 00 and 63. RGB value is (9,0,99). Sum of RGB (Red+Green+Blue) = 9+0+99=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 99 (39.06% from 255 or 91.67% from 108); Max value from RGB is 99 - color contains mainly: blue. Hex color #090063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090063 is #F6FF9C. Grayscale: #0D0D0D. Windows color (decimal): -16187293 or 6488073. OLE color: 6488073.

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

Color convert

RGB 9 0 99 -
CMYK 0.91 1 0 0.61
HSL 245.45º 1% 0.19% -
HSV(B) 245.45º 1% 0.39% -
XYZ 2.36 0.96 11.86 -
YUV 13.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 9 0 99 0.91 1 0 0.61 245.45 1 0.19
Hex 9 0 63 5B 64 0 3D F5 64 13
Octal 11 0 143 133 144 0 75 365 144 23
Binary 1001 0 1100011 1011011 1100100 0 111101 11110101 1100100 10011

Color Harmonies of #090063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090063

Black with #090063

Text Example


Text Example

White with #090063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090063; }

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

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

background-color css

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

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

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

border-color css

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

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

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