Html Css Color HEX #08076B Navy

📋 copy color: '#08076B'

red 8 ◦ green 7 ◦ blue 107

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

Shades of Navy #08076B

Tints of Navy #08076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 87.7%

R = 6.56%
G = 5.74%
B = 87.7%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08076B (or 0x08076B) is known color: Navy. HEX triplet: 08, 07 and 6B. RGB value is (8,7,107). Sum of RGB (Red+Green+Blue) = 8+7+107=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 107 (42.19% from 255 or 87.70% from 122); Max value from RGB is 107 - color contains mainly: blue. Hex color #08076B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08076B is #F7F894. Grayscale: #121212. Windows color (decimal): -16251029 or 7014152. OLE color: 7014152.

HSL color Cylindrical-coordinate representation of color #08076B: hue angle of 240.6º 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 #08076B is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 7 107 -
CMYK 0.93 0.93 0 0.58
HSL 240.6º 0.88% 0.22% -
HSV(B) 240.6º 0.93% 0.42% -
XYZ 2.83 1.27 14 -
YUV 18.7 177.83 120.37 -
System Red Green Blue C M Y K H S L
Decimal 8 7 107 0.93 0.93 0 0.58 240.6 0.88 0.22
Hex 8 7 6B 5D 5D 0 3A F1 58 16
Octal 10 7 153 135 135 0 72 361 130 26
Binary 1000 111 1101011 1011101 1011101 0 111010 11110001 1011000 10110

Color Harmonies of #08076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08076B

Black with #08076B

Text Example


Text Example

White with #08076B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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