#071848

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

Shades of Midnight Express #071848

Tints of Midnight Express #071848

Color information

#071848 (or 0x071848) is unknown color: approx Midnight Express. HEX triplet: 07, 18 and 48. RGB value is (7,24,72). Sum of RGB (Red+Green+Blue) = 7+24+72=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 72 (28.52% from 255 or 69.90% from 103); Max value from RGB is 72 - color contains mainly: blue. Hex color #071848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071848 is #F8E7B7. Grayscale: #181818. Windows color (decimal): -16312248 or 4724743. OLE color: 4724743.

HSL color Cylindrical-coordinate representation of color #071848: hue angle of 224.31º 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 #071848 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB72472-
CMYK0.900.6700.72
HSL224.31º82.28%15.49%-
HSV(B)224.31º90.28%28.24%-
XYZ1.581.176.27-
YUV24.39154.87115.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 72 (28.52% from 255) = 69.90%
R=6.80%
G=23.30%
B=69.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal724720.900.6700.72224.3182.2815.49
Hex718485A43048e052f
Octal730110132103011034012217
Binary11111000100100010110101000011010010001110000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071848; }

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

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

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

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

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

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

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

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