#070538

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

Shades of Midnight Express #070538

Tints of Midnight Express #070538

Color information

#070538 (or 0x070538) is unknown color: approx Midnight Express. HEX triplet: 07, 05 and 38. RGB value is (7,5,56). Sum of RGB (Red+Green+Blue) = 7+5+56=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 56 (22.27% from 255 or 82.35% from 68); Max value from RGB is 56 - color contains mainly: blue. Hex color #070538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070538 is #F8FAC7. Grayscale: #0B0B0B. Windows color (decimal): -16317128 or 3671303. OLE color: 3671303.

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

Color convert

RGB7556-
CMYK0.880.9100.78
HSL242.35º83.61%11.96%-
HSV(B)242.35º91.07%21.96%-
XYZ0.860.443.78-
YUV11.41153.16124.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.29%
GREEN value IS 5 (2.34% from 255) = 7.35%
BLUE value IS 56 (22.27% from 255) = 82.35%
R=10.29%
G=7.35%
B=82.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal75560.880.9100.78242.3583.6111.96
Hex7538585B04Ef254c
Octal7570130133011636212414
Binary11110111100010110001011011010011101111001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070538; }

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

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

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

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

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

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

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

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