Html Css Color HEX #080066 Navy

📋 copy color: '#080066'

red 8 ◦ green 0 ◦ blue 102

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

Shades of Navy #080066

Tints of Navy #080066

RGB

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

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

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

R = 7.27%
G = 0%
B = 92.73%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#080066 (or 0x080066) is known color: Navy. HEX triplet: 08, 00 and 66. RGB value is (8,0,102). Sum of RGB (Red+Green+Blue) = 8+0+102=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 102 (40.23% from 255 or 92.73% from 110); Max value from RGB is 102 - color contains mainly: blue. Hex color #080066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080066 is #F7FF99. Grayscale: #0D0D0D. Windows color (decimal): -16252826 or 6684680. OLE color: 6684680.

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

Color convert

RGB 8 0 102 -
CMYK 0.92 1 0 0.6
HSL 244.71º 1% 0.2% -
HSV(B) 244.71º 1% 0.4% -
XYZ 2.5 1.01 12.63 -
YUV 14.02 177.65 123.71 -
System Red Green Blue C M Y K H S L
Decimal 8 0 102 0.92 1 0 0.6 244.71 1 0.2
Hex 8 0 66 5C 64 0 3C F5 64 14
Octal 10 0 146 134 144 0 74 365 144 24
Binary 1000 0 1100110 1011100 1100100 0 111100 11110101 1100100 10100

Color Harmonies of #080066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080066

Black with #080066

Text Example


Text Example

White with #080066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080066; }

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

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

background-color css

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

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

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

border-color css

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

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

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