#07057A

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

Shades of Navy #07057A

Tints of Navy #07057A

Color information

#07057A (or 0x07057A) is unknown color: approx Navy. HEX triplet: 07, 05 and 7A. RGB value is (7,5,122). Sum of RGB (Red+Green+Blue) = 7+5+122=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 122 (48.05% from 255 or 91.04% from 134); Max value from RGB is 122 - color contains mainly: blue. Hex color #07057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07057A is #F8FA85. Grayscale: #121212. Windows color (decimal): -16317062 or 7996679. OLE color: 7996679.

HSL color Cylindrical-coordinate representation of color #07057A: hue angle of 241.03º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07057A is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB75122-
CMYK0.940.9600.52
HSL241.03º92.13%24.9%-
HSV(B)241.03º95.9%47.84%-
XYZ3.651.5618.52-
YUV18.94186.16119.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 122 (48.05% from 255) = 91.04%
R=5.22%
G=3.73%
B=91.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal751220.940.9600.52241.0392.1324.9
Hex757A5E60034f15c19
Octal7517213614006436113431
Binary111101111101010111101100000011010011110001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,5,122); }

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

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

 a { background-color: rgb(7,5,122); }

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

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

 span { border-color: rgb(7,5,122); }

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