Html Css Color HEX #08076A Navy

📋 copy color: '#08076A'

red 8 ◦ green 7 ◦ blue 106

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

Shades of Navy #08076A

Tints of Navy #08076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.79%

 BLUE value IS 106 (41.8% from 255) = 87.6%

R = 6.61%
G = 5.79%
B = 87.6%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08076A (or 0x08076A) is known color: Navy. HEX triplet: 08, 07 and 6A. RGB value is (8,7,106). Sum of RGB (Red+Green+Blue) = 8+7+106=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 106 (41.80% from 255 or 87.60% from 121); Max value from RGB is 106 - color contains mainly: blue. Hex color #08076A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08076A is #F7F895. Grayscale: #121212. Windows color (decimal): -16251030 or 6948616. OLE color: 6948616.

HSL color Cylindrical-coordinate representation of color #08076A: hue angle of 240.61º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08076A is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 7 106 -
CMYK 0.92 0.93 0 0.58
HSL 240.61º 0.88% 0.22% -
HSV(B) 240.61º 0.93% 0.42% -
XYZ 2.78 1.24 13.73 -
YUV 18.59 177.33 120.45 -
System Red Green Blue C M Y K H S L
Decimal 8 7 106 0.92 0.93 0 0.58 240.61 0.88 0.22
Hex 8 7 6A 5C 5D 0 3A F1 58 16
Octal 10 7 152 134 135 0 72 361 130 26
Binary 1000 111 1101010 1011100 1011101 0 111010 11110001 1011000 10110

Color Harmonies of #08076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08076A

Black with #08076A

Text Example


Text Example

White with #08076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08076A; }

 p { color: rgb(8,7,106); }

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

background-color css

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

 a { background-color: rgb(8,7,106); }

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

border-color css

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

 span { border-color: rgb(8,7,106); }

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