#07013A

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

Shades of Midnight Express #07013A

Tints of Midnight Express #07013A

Color information

#07013A (or 0x07013A) is unknown color: approx Midnight Express. HEX triplet: 07, 01 and 3A. RGB value is (7,1,58). Sum of RGB (Red+Green+Blue) = 7+1+58=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 58 (23.05% from 255 or 87.88% from 66); Max value from RGB is 58 - color contains mainly: blue. Hex color #07013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07013A is #F8FEC5. Grayscale: #090909. Windows color (decimal): -16318150 or 3801351. OLE color: 3801351.

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

Color convert

RGB7158-
CMYK0.880.9800.77
HSL246.32º96.61%11.57%-
HSV(B)246.32º98.28%22.75%-
XYZ0.860.374.03-
YUV9.29155.49126.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 1 (0.78% from 255) = 1.52%
BLUE value IS 58 (23.05% from 255) = 87.88%
R=10.61%
G=1.52%
B=87.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal71580.880.9800.77246.3296.6111.57
Hex713A586204Df661c
Octal7172130142011536614114
Binary111111101010110001100010010011011111011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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