#07053A

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

Shades of Midnight Express #07053A

Tints of Midnight Express #07053A

Color information

#07053A (or 0x07053A) is unknown color: approx Midnight Express. HEX triplet: 07, 05 and 3A. RGB value is (7,5,58). Sum of RGB (Red+Green+Blue) = 7+5+58=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 58 (23.05% from 255 or 82.86% from 70); Max value from RGB is 58 - color contains mainly: blue. Hex color #07053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07053A is #F8FAC5. Grayscale: #0B0B0B. Windows color (decimal): -16317126 or 3802375. OLE color: 3802375.

HSL color Cylindrical-coordinate representation of color #07053A: hue angle of 242.26º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07053A is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB7558-
CMYK0.880.9100.77
HSL242.26º84.13%12.35%-
HSV(B)242.26º91.38%22.75%-
XYZ0.910.464.04-
YUV11.64154.16124.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 58 (23.05% from 255) = 82.86%
R=10%
G=7.14%
B=82.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal75580.880.9100.77242.2684.1312.35
Hex753A585B04Df254c
Octal7572130133011536212414
Binary11110111101010110001011011010011011111001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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