#07122D

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

Shades of Midnight Express #07122D

Tints of Midnight Express #07122D

Color information

#07122D (or 0x07122D) is unknown color: approx Midnight Express. HEX triplet: 07, 12 and 2D. RGB value is (7,18,45). Sum of RGB (Red+Green+Blue) = 7+18+45=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #07122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07122D is #F8EDD2. Grayscale: #111111. Windows color (decimal): -16313811 or 2953735. OLE color: 2953735.

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

Color convert

RGB71845-
CMYK0.840.600.82
HSL222.63º73.08%10.2%-
HSV(B)222.63º84.44%17.65%-
XYZ0.780.672.57-
YUV17.79143.36120.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 45 (17.97% from 255) = 64.29%
R=10%
G=25.71%
B=64.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal718450.840.600.82222.6373.0810.2
Hex7122D543C052df49a
Octal7225512474012233711112
Binary111100101011011010100111100010100101101111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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