#07013C

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

Shades of Midnight Express #07013C

Tints of Midnight Express #07013C

Color information

#07013C (or 0x07013C) is unknown color: approx Midnight Express. HEX triplet: 07, 01 and 3C. RGB value is (7,1,60). Sum of RGB (Red+Green+Blue) = 7+1+60=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 60 (23.83% from 255 or 88.24% from 68); Max value from RGB is 60 - color contains mainly: blue. Hex color #07013C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07013C is #F8FEC3. Grayscale: #090909. Windows color (decimal): -16318148 or 3932423. OLE color: 3932423.

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

Color convert

RGB7160-
CMYK0.880.9800.76
HSL246.1º96.72%11.96%-
HSV(B)246.1º98.33%23.53%-
XYZ0.910.394.3-
YUV9.52156.49126.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.29%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 60 (23.83% from 255) = 88.24%
R=10.29%
G=1.47%
B=88.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal71600.880.9800.76246.196.7211.96
Hex713C586204Cf661c
Octal7174130142011436614114
Binary111111110010110001100010010011001111011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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