#07094B

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

Shades of Midnight Blue #07094B

Tints of Midnight Blue #07094B

Color information

#07094B (or 0x07094B) is unknown color: approx Midnight Blue. HEX triplet: 07, 09 and 4B. RGB value is (7,9,75). Sum of RGB (Red+Green+Blue) = 7+9+75=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 75 (29.69% from 255 or 82.42% from 91); Max value from RGB is 75 - color contains mainly: blue. Hex color #07094B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07094B is #F8F6B4. Grayscale: #0F0F0F. Windows color (decimal): -16316085 or 4917511. OLE color: 4917511.

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

Color convert

RGB7975-
CMYK0.910.8800.71
HSL238.24º82.93%16.08%-
HSV(B)238.24º90.67%29.41%-
XYZ1.460.756.72-
YUV15.93161.34121.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 9 (3.91% from 255) = 9.89%
BLUE value IS 75 (29.69% from 255) = 82.42%
R=7.69%
G=9.89%
B=82.42%

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
Decimal79750.910.8800.71238.2482.9316.08
Hex794B5B58047ee5310
Octal711113133130010735612320
Binary11110011001011101101110110000100011111101110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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