Html Css Color HEX #07007D Navy

📋 copy color: '#07007D'

red 7 ◦ green 0 ◦ blue 125

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

Shades of Navy #07007D

Tints of Navy #07007D

RGB

 RED value IS 7 (3.13% from 255) = 5.3%

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

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

R = 5.3%
G = 0%
B = 94.7%

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

#07007D (or 0x07007D) is known color: Navy. HEX triplet: 07, 00 and 7D. RGB value is (7,0,125). Sum of RGB (Red+Green+Blue) = 7+0+125=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 125 (49.22% from 255 or 94.70% from 132); Max value from RGB is 125 - color contains mainly: blue. Hex color #07007D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07007D is #F8FF82. Grayscale: #0F0F0F. Windows color (decimal): -16318339 or 8192007. OLE color: 8192007.

HSL color Cylindrical-coordinate representation of color #07007D: hue angle of 243.36º 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 #07007D is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 0 125 -
CMYK 0.94 1 0 0.51
HSL 243.36º 1% 0.25% -
HSV(B) 243.36º 1% 0.49% -
XYZ 3.79 1.53 19.5 -
YUV 16.34 189.32 121.34 -
System Red Green Blue C M Y K H S L
Decimal 7 0 125 0.94 1 0 0.51 243.36 1 0.25
Hex 7 0 7D 5E 64 0 33 F3 64 19
Octal 7 0 175 136 144 0 63 363 144 31
Binary 111 0 1111101 1011110 1100100 0 110011 11110011 1100100 11001

Color Harmonies of #07007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07007D

Black with #07007D

Text Example


Text Example

White with #07007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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