#07025F

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

Shades of Navy #07025F

Tints of Navy #07025F

Color information

#07025F (or 0x07025F) is unknown color: approx Navy. HEX triplet: 07, 02 and 5F. RGB value is (7,2,95). Sum of RGB (Red+Green+Blue) = 7+2+95=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 95 (37.5% from 255 or 91.35% from 104); Max value from RGB is 95 - color contains mainly: blue. Hex color #07025F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07025F is #F8FDA0. Grayscale: #0D0D0D. Windows color (decimal): -16317857 or 6226439. OLE color: 6226439.

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

Color convert

RGB7295-
CMYK0.930.9800.63
HSL243.23º95.88%19.02%-
HSV(B)243.23º97.89%37.25%-
XYZ2.170.9110.89-
YUV14.1173.66122.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 95 (37.5% from 255) = 91.35%
R=6.73%
G=1.92%
B=91.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal72950.930.9800.63243.2395.8819.02
Hex725F5D6203Ff36013
Octal7213713514207736314023
Binary11110101111110111011100010011111111110011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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