#07013B

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

Shades of Midnight Express #07013B

Tints of Midnight Express #07013B

Color information

#07013B (or 0x07013B) is unknown color: approx Midnight Express. HEX triplet: 07, 01 and 3B. RGB value is (7,1,59). Sum of RGB (Red+Green+Blue) = 7+1+59=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 59 (23.44% from 255 or 88.06% from 67); Max value from RGB is 59 - color contains mainly: blue. Hex color #07013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07013B is #F8FEC4. Grayscale: #090909. Windows color (decimal): -16318149 or 3866887. OLE color: 3866887.

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

Color convert

RGB7159-
CMYK0.880.9800.77
HSL246.21º96.67%11.76%-
HSV(B)246.21º98.31%23.14%-
XYZ0.890.384.16-
YUV9.41155.99126.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.45%
GREEN value IS 1 (0.78% from 255) = 1.49%
BLUE value IS 59 (23.44% from 255) = 88.06%
R=10.45%
G=1.49%
B=88.06%

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
Decimal71590.880.9800.77246.2196.6711.76
Hex713B586204Df661c
Octal7173130142011536614114
Binary111111101110110001100010010011011111011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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