#07142D

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

Shades of Midnight Express #07142D

Tints of Midnight Express #07142D

Color information

#07142D (or 0x07142D) is unknown color: approx Midnight Express. HEX triplet: 07, 14 and 2D. RGB value is (7,20,45). Sum of RGB (Red+Green+Blue) = 7+20+45=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 45 (17.97% from 255 or 62.5% from 72); Max value from RGB is 45 - color contains mainly: blue. Hex color #07142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07142D is #F8EBD2. Grayscale: #121212. Windows color (decimal): -16313299 or 2954247. OLE color: 2954247.

HSL color Cylindrical-coordinate representation of color #07142D: hue angle of 219.47º 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 #07142D is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB72045-
CMYK0.840.5600.82
HSL219.47º73.08%10.2%-
HSV(B)219.47º84.44%17.65%-
XYZ0.810.732.58-
YUV18.96142.69119.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.72%
GREEN value IS 20 (8.20% from 255) = 27.78%
BLUE value IS 45 (17.97% from 255) = 62.5%
R=9.72%
G=27.78%
B=62.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal720450.840.5600.82219.4773.0810.2
Hex7142D5438052db49a
Octal7245512470012233311112
Binary111101001011011010100111000010100101101101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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