Html Css Color HEX #08007A Navy

📋 copy color: '#08007A'

red 8 ◦ green 0 ◦ blue 122

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

Shades of Navy #08007A

Tints of Navy #08007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 93.85%

R = 6.15%
G = 0%
B = 93.85%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08007A (or 0x08007A) is known color: Navy. HEX triplet: 08, 00 and 7A. RGB value is (8,0,122). Sum of RGB (Red+Green+Blue) = 8+0+122=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 122 (48.05% from 255 or 93.85% from 130); Max value from RGB is 122 - color contains mainly: blue. Hex color #08007A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08007A is #F7FF85. Grayscale: #0F0F0F. Windows color (decimal): -16252806 or 7995400. OLE color: 7995400.

HSL color Cylindrical-coordinate representation of color #08007A: hue angle of 243.93º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08007A is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 0 122 -
CMYK 0.93 1 0 0.52
HSL 243.93º 1% 0.24% -
HSV(B) 243.93º 1% 0.48% -
XYZ 3.61 1.46 18.5 -
YUV 16.3 187.65 122.08 -
System Red Green Blue C M Y K H S L
Decimal 8 0 122 0.93 1 0 0.52 243.93 1 0.24
Hex 8 0 7A 5D 64 0 34 F4 64 18
Octal 10 0 172 135 144 0 64 364 144 30
Binary 1000 0 1111010 1011101 1100100 0 110100 11110100 1100100 11000

Color Harmonies of #08007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08007A

Black with #08007A

Text Example


Text Example

White with #08007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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