Html Css Color HEX #07016A Navy

📋 copy color: '#07016A'

red 7 ◦ green 1 ◦ blue 106

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

Shades of Navy #07016A

Tints of Navy #07016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 92.98%

R = 6.14%
G = 0.88%
B = 92.98%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07016A (or 0x07016A) is known color: Navy. HEX triplet: 07, 01 and 6A. RGB value is (7,1,106). Sum of RGB (Red+Green+Blue) = 7+1+106=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 106 (41.80% from 255 or 92.98% from 114); Max value from RGB is 106 - color contains mainly: blue. Hex color #07016A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07016A is #F8FE95. Grayscale: #0E0E0E. Windows color (decimal): -16318102 or 6947079. OLE color: 6947079.

HSL color Cylindrical-coordinate representation of color #07016A: hue angle of 243.43º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07016A is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 1 106 -
CMYK 0.93 0.99 0 0.58
HSL 243.43º 0.98% 0.21% -
HSV(B) 243.43º 0.99% 0.42% -
XYZ 2.7 1.11 13.71 -
YUV 14.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 7 1 106 0.93 0.99 0 0.58 243.43 0.98 0.21
Hex 7 1 6A 5D 63 0 3A F3 62 15
Octal 7 1 152 135 143 0 72 363 142 25
Binary 111 1 1101010 1011101 1100011 0 111010 11110011 1100010 10101

Color Harmonies of #07016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07016A

Black with #07016A

Text Example


Text Example

White with #07016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07016A; }

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

 H1.HeaderClassName
 {
   color: #07016A;
 }
 .AnyTagClassName
 {
   color: #07016A;
 }
</style>

background-color css

<style>
 a { background-color: #07016A; }

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

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

border-color css

<style>
 span { border-color: #07016A; }

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

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