#07094F

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

Shades of Midnight Blue #07094F

Tints of Midnight Blue #07094F

Color information

#07094F (or 0x07094F) is unknown color: approx Midnight Blue. HEX triplet: 07, 09 and 4F. RGB value is (7,9,79). Sum of RGB (Red+Green+Blue) = 7+9+79=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 79 (31.25% from 255 or 83.16% from 95); Max value from RGB is 79 - color contains mainly: blue. Hex color #07094F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07094F is #F8F6B0. Grayscale: #101010. Windows color (decimal): -16316081 or 5179655. OLE color: 5179655.

HSL color Cylindrical-coordinate representation of color #07094F: hue angle of 238.33º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07094F is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB7979-
CMYK0.910.8900.69
HSL238.33º83.72%16.86%-
HSV(B)238.33º91.14%30.98%-
XYZ1.60.817.47-
YUV16.38163.34121.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.37%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 79 (31.25% from 255) = 83.16%
R=7.37%
G=9.47%
B=83.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79790.910.8900.69238.3383.7216.86
Hex794F5B59045ee5411
Octal711117133131010535612421
Binary11110011001111101101110110010100010111101110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,9,79); }

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

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

 a { background-color: rgb(7,9,79); }

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

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

 span { border-color: rgb(7,9,79); }

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