#07056E

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

Shades of Navy #07056E

Tints of Navy #07056E

Color information

#07056E (or 0x07056E) is unknown color: approx Navy. HEX triplet: 07, 05 and 6E. RGB value is (7,5,110). Sum of RGB (Red+Green+Blue) = 7+5+110=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 110 (43.36% from 255 or 90.16% from 122); Max value from RGB is 110 - color contains mainly: blue. Hex color #07056E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07056E is #F8FA91. Grayscale: #111111. Windows color (decimal): -16317074 or 7210247. OLE color: 7210247.

HSL color Cylindrical-coordinate representation of color #07056E: hue angle of 241.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07056E is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB75110-
CMYK0.940.9500.57
HSL241.14º91.3%22.55%-
HSV(B)241.14º95.45%43.14%-
XYZ2.961.2814.84-
YUV17.57180.16120.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 110 (43.36% from 255) = 90.16%
R=5.74%
G=4.10%
B=90.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal751100.940.9500.57241.1491.322.55
Hex756E5E5F039f15b17
Octal7515613613707136113327
Binary111101110111010111101011111011100111110001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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