Html Css Color HEX #080280 Navy

📋 copy color: '#080280'

red 8 ◦ green 2 ◦ blue 128

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

Shades of Navy #080280

Tints of Navy #080280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.45%

 BLUE value IS 128 (50.39% from 255) = 92.75%

R = 5.8%
G = 1.45%
B = 92.75%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#080280 (or 0x080280) is known color: Navy. HEX triplet: 08, 02 and 80. RGB value is (8,2,128). Sum of RGB (Red+Green+Blue) = 8+2+128=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 128 (50.39% from 255 or 92.75% from 138); Max value from RGB is 128 - color contains mainly: blue. Hex color #080280 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080280 is #F7FD7F. Grayscale: #111111. Windows color (decimal): -16252288 or 8389128. OLE color: 8389128.

HSL color Cylindrical-coordinate representation of color #080280: hue angle of 242.86º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080280 is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 2 128 -
CMYK 0.94 0.98 0 0.50
HSL 242.86º 0.97% 0.25% -
HSV(B) 242.86º 0.98% 0.5% -
XYZ 4.02 1.65 20.53 -
YUV 18.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 8 2 128 0.94 0.98 0 0.50 242.86 0.97 0.25
Hex 8 2 80 5E 62 0 32 F3 61 19
Octal 10 2 200 136 142 0 62 363 141 31
Binary 1000 10 10000000 1011110 1100010 0 110010 11110011 1100001 11001

Color Harmonies of #080280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080280

Black with #080280

Text Example


Text Example

White with #080280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080280; }

 p { color: rgb(8,2,128); }

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

background-color css

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

 a { background-color: rgb(8,2,128); }

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

border-color css

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

 span { border-color: rgb(8,2,128); }

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