#06142D

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

Shades of Midnight Express #06142D

Tints of Midnight Express #06142D

Color information

#06142D (or 0x06142D) is unknown color: approx Midnight Express. HEX triplet: 06, 14 and 2D. RGB value is (6,20,45). Sum of RGB (Red+Green+Blue) = 6+20+45=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 45 (17.97% from 255 or 63.38% from 71); Max value from RGB is 45 - color contains mainly: blue. Hex color #06142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06142D is #F9EBD2. Grayscale: #121212. Windows color (decimal): -16378835 or 2954246. OLE color: 2954246.

HSL color Cylindrical-coordinate representation of color #06142D: hue angle of 218.46º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06142D is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB62045-
CMYK0.870.5600.82
HSL218.46º76.47%10%-
HSV(B)218.46º86.67%17.65%-
XYZ0.80.732.58-
YUV18.66142.86118.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 45 (17.97% from 255) = 63.38%
R=8.45%
G=28.17%
B=63.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal620450.870.5600.82218.4676.4710
Hex6142D5738052da4ca
Octal6245512770012233211412
Binary110101001011011010111111000010100101101101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06142D; }

 p { color: rgb(6,20,45); }

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

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

 a { background-color: rgb(6,20,45); }

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

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

 span { border-color: rgb(6,20,45); }

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