#071438

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

Shades of Midnight Express #071438

Tints of Midnight Express #071438

Color information

#071438 (or 0x071438) is unknown color: approx Midnight Express. HEX triplet: 07, 14 and 38. RGB value is (7,20,56). Sum of RGB (Red+Green+Blue) = 7+20+56=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 56 (22.27% from 255 or 67.47% from 83); Max value from RGB is 56 - color contains mainly: blue. Hex color #071438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071438 is #F8EBC7. Grayscale: #141414. Windows color (decimal): -16313288 or 3675143. OLE color: 3675143.

HSL color Cylindrical-coordinate representation of color #071438: hue angle of 224.08º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #071438 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB72056-
CMYK0.880.6400.78
HSL224.08º77.78%12.35%-
HSV(B)224.08º87.5%21.96%-
XYZ1.050.833.85-
YUV20.22148.19118.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 56 (22.27% from 255) = 67.47%
R=8.43%
G=24.10%
B=67.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal720560.880.6400.78224.0877.7812.35
Hex71438584004Ee04ec
Octal72470130100011634011614
Binary1111010011100010110001000000010011101110000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071438; }

 p { color: rgb(7,20,56); }

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

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

 a { background-color: rgb(7,20,56); }

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

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

 span { border-color: rgb(7,20,56); }

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