#07013E

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

Shades of Midnight Express #07013E

Tints of Midnight Express #07013E

Color information

#07013E (or 0x07013E) is unknown color: approx Midnight Express. HEX triplet: 07, 01 and 3E. RGB value is (7,1,62). Sum of RGB (Red+Green+Blue) = 7+1+62=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 62 (24.61% from 255 or 88.57% from 70); Max value from RGB is 62 - color contains mainly: blue. Hex color #07013E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07013E is #F8FEC1. Grayscale: #090909. Windows color (decimal): -16318146 or 4063495. OLE color: 4063495.

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

Color convert

RGB7162-
CMYK0.890.9800.76
HSL245.9º96.83%12.35%-
HSV(B)245.9º98.39%24.31%-
XYZ0.970.414.59-
YUV9.75157.49126.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10%
GREEN value IS 1 (0.78% from 255) = 1.43%
BLUE value IS 62 (24.61% from 255) = 88.57%
R=10%
G=1.43%
B=88.57%

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
Decimal71620.890.9800.76245.996.8312.35
Hex713E596204Cf661c
Octal7176131142011436614114
Binary111111111010110011100010010011001111011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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