#06142F

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

Shades of Midnight Express #06142F

Tints of Midnight Express #06142F

Color information

#06142F (or 0x06142F) is unknown color: approx Midnight Express. HEX triplet: 06, 14 and 2F. RGB value is (6,20,47). Sum of RGB (Red+Green+Blue) = 6+20+47=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 47 (18.75% from 255 or 64.38% from 73); Max value from RGB is 47 - color contains mainly: blue. Hex color #06142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06142F is #F9EBD0. Grayscale: #121212. Windows color (decimal): -16378833 or 3085318. OLE color: 3085318.

HSL color Cylindrical-coordinate representation of color #06142F: hue angle of 219.51º degrees, saturation: 0.77, 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 #06142F is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB62047-
CMYK0.870.5700.82
HSL219.51º77.36%10.39%-
HSV(B)219.51º87.23%18.43%-
XYZ0.840.742.79-
YUV18.89143.86118.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.22%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 47 (18.75% from 255) = 64.38%
R=8.22%
G=27.40%
B=64.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal620470.870.5700.82219.5177.3610.39
Hex6142F5739052dc4da
Octal6245712771012233411512
Binary110101001011111010111111001010100101101110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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