#07122C

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

Shades of Midnight Express #07122C

Tints of Midnight Express #07122C

Color information

#07122C (or 0x07122C) is unknown color: approx Midnight Express. HEX triplet: 07, 12 and 2C. RGB value is (7,18,44). Sum of RGB (Red+Green+Blue) = 7+18+44=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 44 (17.58% from 255 or 63.77% from 69); Max value from RGB is 44 - color contains mainly: blue. Hex color #07122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07122C is #F8EDD3. Grayscale: #111111. Windows color (decimal): -16313812 or 2888199. OLE color: 2888199.

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

Color convert

RGB71844-
CMYK0.840.5900.83
HSL222.16º72.55%10%-
HSV(B)222.16º84.09%17.25%-
XYZ0.760.662.47-
YUV17.67142.86120.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.14%
GREEN value IS 18 (7.42% from 255) = 26.09%
BLUE value IS 44 (17.58% from 255) = 63.77%
R=10.14%
G=26.09%
B=63.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal718440.840.5900.83222.1672.5510
Hex7122C543B053de49a
Octal7225412473012333611112
Binary111100101011001010100111011010100111101111010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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