#07094E

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

Shades of Midnight Blue #07094E

Tints of Midnight Blue #07094E

Color information

#07094E (or 0x07094E) is unknown color: approx Midnight Blue. HEX triplet: 07, 09 and 4E. RGB value is (7,9,78). Sum of RGB (Red+Green+Blue) = 7+9+78=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 78 (30.86% from 255 or 82.98% from 94); Max value from RGB is 78 - color contains mainly: blue. Hex color #07094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07094E is #F8F6B1. Grayscale: #0F0F0F. Windows color (decimal): -16316082 or 5114119. OLE color: 5114119.

HSL color Cylindrical-coordinate representation of color #07094E: hue angle of 238.31º 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 #07094E is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB7978-
CMYK0.910.8800.69
HSL238.31º83.53%16.67%-
HSV(B)238.31º91.03%30.59%-
XYZ1.560.797.28-
YUV16.27162.84121.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 78 (30.86% from 255) = 82.98%
R=7.45%
G=9.57%
B=82.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79780.910.8800.69238.3183.5316.67
Hex794E5B58045ee5411
Octal711116133130010535612421
Binary11110011001110101101110110000100010111101110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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