#07043C

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

Shades of Midnight Express #07043C

Tints of Midnight Express #07043C

Color information

#07043C (or 0x07043C) is unknown color: approx Midnight Express. HEX triplet: 07, 04 and 3C. RGB value is (7,4,60). Sum of RGB (Red+Green+Blue) = 7+4+60=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 60 (23.83% from 255 or 84.51% from 71); Max value from RGB is 60 - color contains mainly: blue. Hex color #07043C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07043C is #F8FBC3. Grayscale: #0B0B0B. Windows color (decimal): -16317380 or 3933191. OLE color: 3933191.

HSL color Cylindrical-coordinate representation of color #07043C: hue angle of 243.21º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07043C is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB7460-
CMYK0.880.9300.76
HSL243.21º87.5%12.55%-
HSV(B)243.21º93.33%23.53%-
XYZ0.950.464.31-
YUV11.28155.49124.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.86%
GREEN value IS 4 (1.95% from 255) = 5.63%
BLUE value IS 60 (23.83% from 255) = 84.51%
R=9.86%
G=5.63%
B=84.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal74600.880.9300.76243.2187.512.55
Hex743C585D04Cf358d
Octal7474130135011436313015
Binary11110011110010110001011101010011001111001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,4,60); }

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

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

 a { background-color: rgb(7,4,60); }

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

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

 span { border-color: rgb(7,4,60); }

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