Html Css Color HEX #080069 Navy

📋 copy color: '#080069'

red 8 ◦ green 0 ◦ blue 105

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

Shades of Navy #080069

Tints of Navy #080069

RGB

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

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

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

R = 7.08%
G = 0%
B = 92.92%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#080069 (or 0x080069) is known color: Navy. HEX triplet: 08, 00 and 69. RGB value is (8,0,105). Sum of RGB (Red+Green+Blue) = 8+0+105=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 105 (41.41% from 255 or 92.92% from 113); Max value from RGB is 105 - color contains mainly: blue. Hex color #080069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080069 is #F7FF96. Grayscale: #0D0D0D. Windows color (decimal): -16252823 or 6881288. OLE color: 6881288.

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

Color convert

RGB 8 0 105 -
CMYK 0.92 1 0 0.59
HSL 244.57º 1% 0.21% -
HSV(B) 244.57º 1% 0.41% -
XYZ 2.65 1.07 13.43 -
YUV 14.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 8 0 105 0.92 1 0 0.59 244.57 1 0.21
Hex 8 0 69 5C 64 0 3B F5 64 15
Octal 10 0 151 134 144 0 73 365 144 25
Binary 1000 0 1101001 1011100 1100100 0 111011 11110101 1100100 10101

Color Harmonies of #080069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080069

Black with #080069

Text Example


Text Example

White with #080069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080069; }

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

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

background-color css

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

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

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

border-color css

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

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

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