#071E44

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

Shades of Midnight Express #071E44

Tints of Midnight Express #071E44

Color information

#071E44 (or 0x071E44) is unknown color: approx Midnight Express. HEX triplet: 07, 1E and 44. RGB value is (7,30,68). Sum of RGB (Red+Green+Blue) = 7+30+68=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 68 (26.95% from 255 or 64.76% from 105); Max value from RGB is 68 - color contains mainly: blue. Hex color #071E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E44 is #F8E1BB. Grayscale: #1B1B1B. Windows color (decimal): -16310716 or 4464135. OLE color: 4464135.

HSL color Cylindrical-coordinate representation of color #071E44: hue angle of 217.38º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071E44 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB73068-
CMYK0.900.5600.73
HSL217.38º81.33%14.71%-
HSV(B)217.38º89.71%26.67%-
XYZ1.61.395.65-
YUV27.46150.88113.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 68 (26.95% from 255) = 64.76%
R=6.67%
G=28.57%
B=64.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal730680.900.5600.73217.3881.3314.71
Hex71E445A38049d951f
Octal73610413270011133112117
Binary1111111010001001011010111000010010011101100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071E44; }

 p { color: rgb(7,30,68); }

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

<style>
 a { background-color: #071E44; }

 a { background-color: rgb(7,30,68); }

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

<style>
 span { border-color: #071E44; }

 span { border-color: rgb(7,30,68); }

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