Html Css Color HEX #08007C Navy

📋 copy color: '#08007C'

red 8 ◦ green 0 ◦ blue 124

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

Shades of Navy #08007C

Tints of Navy #08007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 93.94%

R = 6.06%
G = 0%
B = 93.94%

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

#08007C (or 0x08007C) is known color: Navy. HEX triplet: 08, 00 and 7C. RGB value is (8,0,124). Sum of RGB (Red+Green+Blue) = 8+0+124=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 124 (48.83% from 255 or 93.94% from 132); Max value from RGB is 124 - color contains mainly: blue. Hex color #08007C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08007C is #F7FF83. Grayscale: #101010. Windows color (decimal): -16252804 or 8126472. OLE color: 8126472.

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

Color convert

RGB 8 0 124 -
CMYK 0.94 1 0 0.51
HSL 243.87º 1% 0.24% -
HSV(B) 243.87º 1% 0.49% -
XYZ 3.74 1.51 19.16 -
YUV 16.53 188.65 121.92 -
System Red Green Blue C M Y K H S L
Decimal 8 0 124 0.94 1 0 0.51 243.87 1 0.24
Hex 8 0 7C 5E 64 0 33 F4 64 18
Octal 10 0 174 136 144 0 63 364 144 30
Binary 1000 0 1111100 1011110 1100100 0 110011 11110100 1100100 11000

Color Harmonies of #08007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08007C

Black with #08007C

Text Example


Text Example

White with #08007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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