#07013D

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

Shades of Midnight Express #07013D

Tints of Midnight Express #07013D

Color information

#07013D (or 0x07013D) is unknown color: approx Midnight Express. HEX triplet: 07, 01 and 3D. RGB value is (7,1,61). Sum of RGB (Red+Green+Blue) = 7+1+61=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 61 (24.22% from 255 or 88.41% from 69); Max value from RGB is 61 - color contains mainly: blue. Hex color #07013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07013D is #F8FEC2. Grayscale: #090909. Windows color (decimal): -16318147 or 3997959. OLE color: 3997959.

HSL color Cylindrical-coordinate representation of color #07013D: hue angle of 246º 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 #07013D is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB7161-
CMYK0.890.9800.76
HSL246º96.77%12.16%-
HSV(B)246º98.36%23.92%-
XYZ0.940.44.44-
YUV9.63156.99126.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.14%
GREEN value IS 1 (0.78% from 255) = 1.45%
BLUE value IS 61 (24.22% from 255) = 88.41%
R=10.14%
G=1.45%
B=88.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal71610.890.9800.7624696.7712.16
Hex713D596204Cf661c
Octal7175131142011436614114
Binary111111110110110011100010010011001111011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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