#07003C

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

Shades of Midnight Express #07003C

Tints of Midnight Express #07003C

Color information

#07003C (or 0x07003C) is unknown color: approx Midnight Express. HEX triplet: 07, 00 and 3C. RGB value is (7,0,60). Sum of RGB (Red+Green+Blue) = 7+0+60=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 60 (23.83% from 255 or 89.55% from 67); Max value from RGB is 60 - color contains mainly: blue. Hex color #07003C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07003C is #F8FFC3. Grayscale: #080808. Windows color (decimal): -16318404 or 3932167. OLE color: 3932167.

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

Color convert

RGB7060-
CMYK0.88100.76
HSL247º100%11.76%-
HSV(B)247º100%23.53%-
XYZ0.90.374.3-
YUV8.93156.82126.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 89.55%
R=10.45%
G=0%
B=89.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal70600.88100.7624710011.76
Hex703C586404Cf764c
Octal7074130144011436714414
Binary111011110010110001100100010011001111011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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