#07113D

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

Shades of Midnight Express #07113D

Tints of Midnight Express #07113D

Color information

#07113D (or 0x07113D) is unknown color: approx Midnight Express. HEX triplet: 07, 11 and 3D. RGB value is (7,17,61). Sum of RGB (Red+Green+Blue) = 7+17+61=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 61 (24.22% from 255 or 71.76% from 85); Max value from RGB is 61 - color contains mainly: blue. Hex color #07113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07113D is #F8EEC2. Grayscale: #121212. Windows color (decimal): -16314051 or 4002055. OLE color: 4002055.

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

Color convert

RGB71761-
CMYK0.890.7200.76
HSL228.89º79.41%13.33%-
HSV(B)228.89º88.52%23.92%-
XYZ1.130.784.51-
YUV19.03151.69119.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.24%
GREEN value IS 17 (7.03% from 255) = 20%
BLUE value IS 61 (24.22% from 255) = 71.76%
R=8.24%
G=20%
B=71.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal717610.890.7200.76228.8979.4113.33
Hex7113D594804Ce54fd
Octal72175131110011434511715
Binary1111000111110110110011001000010011001110010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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