Html Css Color HEX #080169 Navy

📋 copy color: '#080169'

red 8 ◦ green 1 ◦ blue 105

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

Shades of Navy #080169

Tints of Navy #080169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

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

R = 7.02%
G = 0.88%
B = 92.11%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#080169 (or 0x080169) is known color: Navy. HEX triplet: 08, 01 and 69. RGB value is (8,1,105). Sum of RGB (Red+Green+Blue) = 8+1+105=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 105 (41.41% from 255 or 92.11% from 114); Max value from RGB is 105 - color contains mainly: blue. Hex color #080169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080169 is #F7FE96. Grayscale: #0E0E0E. Windows color (decimal): -16252567 or 6881544. OLE color: 6881544.

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

Color convert

RGB 8 1 105 -
CMYK 0.92 0.99 0 0.59
HSL 244.04º 0.98% 0.21% -
HSV(B) 244.04º 0.99% 0.41% -
XYZ 2.66 1.09 13.44 -
YUV 14.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 8 1 105 0.92 0.99 0 0.59 244.04 0.98 0.21
Hex 8 1 69 5C 63 0 3B F4 62 15
Octal 10 1 151 134 143 0 73 364 142 25
Binary 1000 1 1101001 1011100 1100011 0 111011 11110100 1100010 10101

Color Harmonies of #080169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080169

Black with #080169

Text Example


Text Example

White with #080169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080169; }

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

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

background-color css

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

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

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

border-color css

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

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

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