#07033C

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

Shades of Midnight Express #07033C

Tints of Midnight Express #07033C

Color information

#07033C (or 0x07033C) is unknown color: approx Midnight Express. HEX triplet: 07, 03 and 3C. RGB value is (7,3,60). Sum of RGB (Red+Green+Blue) = 7+3+60=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 60 (23.83% from 255 or 85.71% from 70); Max value from RGB is 60 - color contains mainly: blue. Hex color #07033C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07033C is #F8FCC3. Grayscale: #0A0A0A. Windows color (decimal): -16317636 or 3932935. OLE color: 3932935.

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

Color convert

RGB7360-
CMYK0.880.9500.76
HSL244.21º90.48%12.35%-
HSV(B)244.21º95%23.53%-
XYZ0.940.444.31-
YUV10.69155.83125.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 60 (23.83% from 255) = 85.71%
R=10%
G=4.29%
B=85.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal73600.880.9500.76244.2190.4812.35
Hex733C585F04Cf45ac
Octal7374130137011436413214
Binary1111111110010110001011111010011001111010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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