Html Css Color HEX #08007D Navy

📋 copy color: '#08007D'

red 8 ◦ green 0 ◦ blue 125

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

Shades of Navy #08007D

Tints of Navy #08007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 93.98%

R = 6.02%
G = 0%
B = 93.98%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08007D (or 0x08007D) is known color: Navy. HEX triplet: 08, 00 and 7D. RGB value is (8,0,125). Sum of RGB (Red+Green+Blue) = 8+0+125=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 125 (49.22% from 255 or 93.98% from 133); Max value from RGB is 125 - color contains mainly: blue. Hex color #08007D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08007D is #F7FF82. Grayscale: #101010. Windows color (decimal): -16252803 or 8192008. OLE color: 8192008.

HSL color Cylindrical-coordinate representation of color #08007D: hue angle of 243.84º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08007D is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 0 125 -
CMYK 0.94 1 0 0.51
HSL 243.84º 1% 0.25% -
HSV(B) 243.84º 1% 0.49% -
XYZ 3.8 1.53 19.5 -
YUV 16.64 189.15 121.84 -
System Red Green Blue C M Y K H S L
Decimal 8 0 125 0.94 1 0 0.51 243.84 1 0.25
Hex 8 0 7D 5E 64 0 33 F4 64 19
Octal 10 0 175 136 144 0 63 364 144 31
Binary 1000 0 1111101 1011110 1100100 0 110011 11110100 1100100 11001

Color Harmonies of #08007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08007D

Black with #08007D

Text Example


Text Example

White with #08007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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