Html Css Color HEX #07017E Navy

📋 copy color: '#07017E'

red 7 ◦ green 1 ◦ blue 126

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

Shades of Navy #07017E

Tints of Navy #07017E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 94.03%

R = 5.22%
G = 0.75%
B = 94.03%

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

#07017E (or 0x07017E) is known color: Navy. HEX triplet: 07, 01 and 7E. RGB value is (7,1,126). Sum of RGB (Red+Green+Blue) = 7+1+126=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 126 (49.61% from 255 or 94.03% from 134); Max value from RGB is 126 - color contains mainly: blue. Hex color #07017E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07017E is #F8FE81. Grayscale: #101010. Windows color (decimal): -16318082 or 8257799. OLE color: 8257799.

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

Color convert

RGB 7 1 126 -
CMYK 0.94 0.99 0 0.51
HSL 242.88º 0.98% 0.25% -
HSV(B) 242.88º 0.99% 0.49% -
XYZ 3.86 1.57 19.84 -
YUV 17.04 189.49 120.84 -
System Red Green Blue C M Y K H S L
Decimal 7 1 126 0.94 0.99 0 0.51 242.88 0.98 0.25
Hex 7 1 7E 5E 63 0 33 F3 62 19
Octal 7 1 176 136 143 0 63 363 142 31
Binary 111 1 1111110 1011110 1100011 0 110011 11110011 1100010 11001

Color Harmonies of #07017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07017E

Black with #07017E

Text Example


Text Example

White with #07017E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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