Html Css Color HEX #07017D Navy

📋 copy color: '#07017D'

red 7 ◦ green 1 ◦ blue 125

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

Shades of Navy #07017D

Tints of Navy #07017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 5.26%
G = 0.75%
B = 93.98%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#07017D (or 0x07017D) is known color: Navy. HEX triplet: 07, 01 and 7D. RGB value is (7,1,125). Sum of RGB (Red+Green+Blue) = 7+1+125=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 1 (0.78% from 255 or 0.75% 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 #07017D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07017D is #F8FE82. Grayscale: #101010. Windows color (decimal): -16318083 or 8192263. OLE color: 8192263.

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

Color convert

RGB 7 1 125 -
CMYK 0.94 0.99 0 0.51
HSL 242.9º 0.98% 0.25% -
HSV(B) 242.9º 0.99% 0.49% -
XYZ 3.8 1.55 19.5 -
YUV 16.93 188.99 120.92 -
System Red Green Blue C M Y K H S L
Decimal 7 1 125 0.94 0.99 0 0.51 242.9 0.98 0.25
Hex 7 1 7D 5E 63 0 33 F3 62 19
Octal 7 1 175 136 143 0 63 363 142 31
Binary 111 1 1111101 1011110 1100011 0 110011 11110011 1100010 11001

Color Harmonies of #07017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07017D

Black with #07017D

Text Example


Text Example

White with #07017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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