Html Css Color HEX #080379 Navy

📋 copy color: '#080379'

red 8 ◦ green 3 ◦ blue 121

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

Shades of Navy #080379

Tints of Navy #080379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

 BLUE value IS 121 (47.66% from 255) = 91.67%

R = 6.06%
G = 2.27%
B = 91.67%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#080379 (or 0x080379) is known color: Navy. HEX triplet: 08, 03 and 79. RGB value is (8,3,121). Sum of RGB (Red+Green+Blue) = 8+3+121=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 121 (47.66% from 255 or 91.67% from 132); Max value from RGB is 121 - color contains mainly: blue. Hex color #080379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080379 is #F7FC86. Grayscale: #111111. Windows color (decimal): -16252039 or 7930632. OLE color: 7930632.

HSL color Cylindrical-coordinate representation of color #080379: hue angle of 242.54º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080379 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 3 121 -
CMYK 0.93 0.98 0 0.53
HSL 242.54º 0.95% 0.24% -
HSV(B) 242.54º 0.98% 0.47% -
XYZ 3.58 1.5 18.19 -
YUV 17.95 186.16 120.91 -
System Red Green Blue C M Y K H S L
Decimal 8 3 121 0.93 0.98 0 0.53 242.54 0.95 0.24
Hex 8 3 79 5D 62 0 35 F3 5F 18
Octal 10 3 171 135 142 0 65 363 137 30
Binary 1000 11 1111001 1011101 1100010 0 110101 11110011 1011111 11000

Color Harmonies of #080379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080379

Black with #080379

Text Example


Text Example

White with #080379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080379; }

 p { color: rgb(8,3,121); }

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

background-color css

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

 a { background-color: rgb(8,3,121); }

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

border-color css

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

 span { border-color: rgb(8,3,121); }

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