Html Css Color HEX #080063 Navy

📋 copy color: '#080063'

red 8 ◦ green 0 ◦ blue 99

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

Shades of Navy #080063

Tints of Navy #080063

RGB

 RED value IS 8 (3.52% from 255) = 7.48%

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

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

R = 7.48%
G = 0%
B = 92.52%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#080063 (or 0x080063) is known color: Navy. HEX triplet: 08, 00 and 63. RGB value is (8,0,99). Sum of RGB (Red+Green+Blue) = 8+0+99=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 99 (39.06% from 255 or 92.52% from 107); Max value from RGB is 99 - color contains mainly: blue. Hex color #080063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080063 is #F7FF9C. Grayscale: #0D0D0D. Windows color (decimal): -16252829 or 6488072. OLE color: 6488072.

HSL color Cylindrical-coordinate representation of color #080063: hue angle of 244.85º 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 #080063 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 0 99 -
CMYK 0.92 1 0 0.61
HSL 244.85º 1% 0.19% -
HSV(B) 244.85º 1% 0.39% -
XYZ 2.35 0.95 11.86 -
YUV 13.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 8 0 99 0.92 1 0 0.61 244.85 1 0.19
Hex 8 0 63 5C 64 0 3D F5 64 13
Octal 10 0 143 134 144 0 75 365 144 23
Binary 1000 0 1100011 1011100 1100100 0 111101 11110101 1100100 10011

Color Harmonies of #080063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080063

Black with #080063

Text Example


Text Example

White with #080063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080063; }

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

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

background-color css

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

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

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

border-color css

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

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

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