Html Css Color HEX #080769 Navy

📋 copy color: '#080769'

red 8 ◦ green 7 ◦ blue 105

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

Shades of Navy #080769

Tints of Navy #080769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.83%

 BLUE value IS 105 (41.41% from 255) = 87.5%

R = 6.67%
G = 5.83%
B = 87.5%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#080769 (or 0x080769) is known color: Navy. HEX triplet: 08, 07 and 69. RGB value is (8,7,105). Sum of RGB (Red+Green+Blue) = 8+7+105=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 105 (41.41% from 255 or 87.5% from 120); Max value from RGB is 105 - color contains mainly: blue. Hex color #080769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080769 is #F7F896. Grayscale: #121212. Windows color (decimal): -16251031 or 6883080. OLE color: 6883080.

HSL color Cylindrical-coordinate representation of color #080769: hue angle of 240.61º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080769 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 7 105 -
CMYK 0.92 0.93 0 0.59
HSL 240.61º 0.88% 0.22% -
HSV(B) 240.61º 0.93% 0.41% -
XYZ 2.73 1.22 13.46 -
YUV 18.47 176.83 120.53 -
System Red Green Blue C M Y K H S L
Decimal 8 7 105 0.92 0.93 0 0.59 240.61 0.88 0.22
Hex 8 7 69 5C 5D 0 3B F1 58 16
Octal 10 7 151 134 135 0 73 361 130 26
Binary 1000 111 1101001 1011100 1011101 0 111011 11110001 1011000 10110

Color Harmonies of #080769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080769

Black with #080769

Text Example


Text Example

White with #080769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080769; }

 p { color: rgb(8,7,105); }

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

background-color css

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

 a { background-color: rgb(8,7,105); }

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

border-color css

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

 span { border-color: rgb(8,7,105); }

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