#07053D

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

Shades of Midnight Express #07053D

Tints of Midnight Express #07053D

Color information

#07053D (or 0x07053D) is unknown color: approx Midnight Express. HEX triplet: 07, 05 and 3D. RGB value is (7,5,61). Sum of RGB (Red+Green+Blue) = 7+5+61=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 61 (24.22% from 255 or 83.56% from 73); Max value from RGB is 61 - color contains mainly: blue. Hex color #07053D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07053D is #F8FAC2. Grayscale: #0B0B0B. Windows color (decimal): -16317123 or 3998983. OLE color: 3998983.

HSL color Cylindrical-coordinate representation of color #07053D: hue angle of 242.14º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07053D is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB7561-
CMYK0.890.9200.76
HSL242.14º84.85%12.94%-
HSV(B)242.14º91.8%23.92%-
XYZ0.980.494.46-
YUV11.98155.66124.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 5 (2.34% from 255) = 6.85%
BLUE value IS 61 (24.22% from 255) = 83.56%
R=9.59%
G=6.85%
B=83.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal75610.890.9200.76242.1484.8512.94
Hex753D595C04Cf255d
Octal7575131134011436212515
Binary11110111110110110011011100010011001111001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,5,61); }

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

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

 a { background-color: rgb(7,5,61); }

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

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

 span { border-color: rgb(7,5,61); }

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