#07055E

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

Shades of Midnight Blue #07055E

Tints of Midnight Blue #07055E

Color information

#07055E (or 0x07055E) is unknown color: approx Midnight Blue. HEX triplet: 07, 05 and 5E. RGB value is (7,5,94). Sum of RGB (Red+Green+Blue) = 7+5+94=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 94 (37.11% from 255 or 88.68% from 106); Max value from RGB is 94 - color contains mainly: blue. Hex color #07055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07055E is #F8FAA1. Grayscale: #0F0F0F. Windows color (decimal): -16317090 or 6161671. OLE color: 6161671.

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

Color convert

RGB7594-
CMYK0.930.9500.63
HSL241.35º89.9%19.41%-
HSV(B)241.35º94.68%36.86%-
XYZ2.160.9610.66-
YUV15.74172.16121.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 94 (37.11% from 255) = 88.68%
R=6.60%
G=4.72%
B=88.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal75940.930.9500.63241.3589.919.41
Hex755E5D5F03Ff15a13
Octal7513613513707736113223
Binary111101101111010111011011111011111111110001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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