#071348

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

Shades of Midnight Express #071348

Tints of Midnight Express #071348

Color information

#071348 (or 0x071348) is unknown color: approx Midnight Express. HEX triplet: 07, 13 and 48. RGB value is (7,19,72). Sum of RGB (Red+Green+Blue) = 7+19+72=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #071348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071348 is #F8ECB7. Grayscale: #151515. Windows color (decimal): -16313528 or 4723463. OLE color: 4723463.

HSL color Cylindrical-coordinate representation of color #071348: hue angle of 228.92º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071348 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB71972-
CMYK0.900.7400.72
HSL228.92º82.28%15.49%-
HSV(B)228.92º90.28%28.24%-
XYZ1.490.986.24-
YUV21.45156.52117.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 72 (28.52% from 255) = 73.47%
R=7.14%
G=19.39%
B=73.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal719720.900.7400.72228.9282.2815.49
Hex713485A4A048e552f
Octal723110132112011034512217
Binary11110011100100010110101001010010010001110010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071348; }

 p { color: rgb(7,19,72); }

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

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

 a { background-color: rgb(7,19,72); }

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

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

 span { border-color: rgb(7,19,72); }

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