#07015F

Color #07015F Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #07015F

Tints of Navy #07015F

Color information

#07015F (or 0x07015F) is unknown color: approx Navy. HEX triplet: 07, 01 and 5F. RGB value is (7,1,95). Sum of RGB (Red+Green+Blue) = 7+1+95=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 95 (37.5% from 255 or 92.23% from 103); Max value from RGB is 95 - color contains mainly: blue. Hex color #07015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07015F is #F8FEA0. Grayscale: #0D0D0D. Windows color (decimal): -16318113 or 6226183. OLE color: 6226183.

HSL color Cylindrical-coordinate representation of color #07015F: hue angle of 243.83º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07015F is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB7195-
CMYK0.930.9900.63
HSL243.83º97.92%18.82%-
HSV(B)243.83º98.95%37.25%-
XYZ2.160.8910.88-
YUV13.51173.99123.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 95 (37.5% from 255) = 92.23%
R=6.80%
G=0.97%
B=92.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal71950.930.9900.63243.8397.9218.82
Hex715F5D6303Ff46213
Octal7113713514307736414223
Binary1111101111110111011100011011111111110100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07015F; }

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

 H1.HeaderClassName
 {
   color: #07015F;
 }
 .AnyTagClassName
 {
   color: #07015F;
 }
</style>
background-color css

<style>
 a { background-color: #07015F; }

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

 div.DivClassName
 {
   background-color: #07015F;
 }
 .BgClassName
 {
   background-color: #07015F;
 }
</style>
border-color css

<style>
 span { border-color: #07015F; }

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

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