#07122E

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

Shades of Midnight Express #07122E

Tints of Midnight Express #07122E

Color information

#07122E (or 0x07122E) is unknown color: approx Midnight Express. HEX triplet: 07, 12 and 2E. RGB value is (7,18,46). Sum of RGB (Red+Green+Blue) = 7+18+46=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 46 (18.36% from 255 or 64.79% from 71); Max value from RGB is 46 - color contains mainly: blue. Hex color #07122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07122E is #F8EDD1. Grayscale: #111111. Windows color (decimal): -16313810 or 3019271. OLE color: 3019271.

HSL color Cylindrical-coordinate representation of color #07122E: hue angle of 223.08º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07122E is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB71846-
CMYK0.850.6100.82
HSL223.08º73.58%10.39%-
HSV(B)223.08º84.78%18.04%-
XYZ0.80.682.67-
YUV17.9143.86120.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.86%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 46 (18.36% from 255) = 64.79%
R=9.86%
G=25.35%
B=64.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal718460.850.6100.82223.0873.5810.39
Hex7122E553D052df4aa
Octal7225612575012233711212
Binary111100101011101010101111101010100101101111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,18,46); }

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

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

 a { background-color: rgb(7,18,46); }

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

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

 span { border-color: rgb(7,18,46); }

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