Html Css Color HEX #080073 Navy

📋 copy color: '#080073'

red 8 ◦ green 0 ◦ blue 115

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

Shades of Navy #080073

Tints of Navy #080073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 93.5%

R = 6.5%
G = 0%
B = 93.5%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#080073 (or 0x080073) is known color: Navy. HEX triplet: 08, 00 and 73. RGB value is (8,0,115). Sum of RGB (Red+Green+Blue) = 8+0+115=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 115 (45.31% from 255 or 93.50% from 123); Max value from RGB is 115 - color contains mainly: blue. Hex color #080073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080073 is #F7FF8C. Grayscale: #0F0F0F. Windows color (decimal): -16252813 or 7536648. OLE color: 7536648.

HSL color Cylindrical-coordinate representation of color #080073: hue angle of 244.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080073 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 0 115 -
CMYK 0.93 1 0 0.55
HSL 244.17º 1% 0.23% -
HSV(B) 244.17º 1% 0.45% -
XYZ 3.19 1.29 16.3 -
YUV 15.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 8 0 115 0.93 1 0 0.55 244.17 1 0.23
Hex 8 0 73 5D 64 0 37 F4 64 17
Octal 10 0 163 135 144 0 67 364 144 27
Binary 1000 0 1110011 1011101 1100100 0 110111 11110100 1100100 10111

Color Harmonies of #080073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080073

Black with #080073

Text Example


Text Example

White with #080073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080073; }

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

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

background-color css

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

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

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

border-color css

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

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

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