#07113E

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

Shades of Midnight Express #07113E

Tints of Midnight Express #07113E

Color information

#07113E (or 0x07113E) is unknown color: approx Midnight Express. HEX triplet: 07, 11 and 3E. RGB value is (7,17,62). Sum of RGB (Red+Green+Blue) = 7+17+62=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 62 (24.61% from 255 or 72.09% from 86); Max value from RGB is 62 - color contains mainly: blue. Hex color #07113E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07113E is #F8EEC1. Grayscale: #121212. Windows color (decimal): -16314050 or 4067591. OLE color: 4067591.

HSL color Cylindrical-coordinate representation of color #07113E: hue angle of 229.09º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07113E is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB71762-
CMYK0.890.7300.76
HSL229.09º79.71%13.53%-
HSV(B)229.09º88.71%24.31%-
XYZ1.160.794.65-
YUV19.14152.19119.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.14%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 62 (24.61% from 255) = 72.09%
R=8.14%
G=19.77%
B=72.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal717620.890.7300.76229.0979.7113.53
Hex7113E594904Ce550e
Octal72176131111011434512016
Binary1111000111111010110011001001010011001110010110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,17,62); }

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

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

 a { background-color: rgb(7,17,62); }

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

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

 span { border-color: rgb(7,17,62); }

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