#07094A

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

Shades of Midnight Express #07094A

Tints of Midnight Express #07094A

Color information

#07094A (or 0x07094A) is unknown color: approx Midnight Express. HEX triplet: 07, 09 and 4A. RGB value is (7,9,74). Sum of RGB (Red+Green+Blue) = 7+9+74=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 74 (29.30% from 255 or 82.22% from 90); Max value from RGB is 74 - color contains mainly: blue. Hex color #07094A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07094A is #F8F6B5. Grayscale: #0F0F0F. Windows color (decimal): -16316086 or 4851975. OLE color: 4851975.

HSL color Cylindrical-coordinate representation of color #07094A: hue angle of 238.21º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07094A is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB7974-
CMYK0.910.8800.71
HSL238.21º82.72%15.88%-
HSV(B)238.21º90.54%29.02%-
XYZ1.420.736.55-
YUV15.81160.84121.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.78%
GREEN value IS 9 (3.91% from 255) = 10%
BLUE value IS 74 (29.30% from 255) = 82.22%
R=7.78%
G=10%
B=82.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal79740.910.8800.71238.2182.7215.88
Hex794A5B58047ee5310
Octal711112133130010735612320
Binary11110011001010101101110110000100011111101110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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