#06143F

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

Shades of Midnight Express #06143F

Tints of Midnight Express #06143F

Color information

#06143F (or 0x06143F) is unknown color: approx Midnight Express. HEX triplet: 06, 14 and 3F. RGB value is (6,20,63). Sum of RGB (Red+Green+Blue) = 6+20+63=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 63 (25% from 255 or 70.79% from 89); Max value from RGB is 63 - color contains mainly: blue. Hex color #06143F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06143F is #F9EBC0. Grayscale: #141414. Windows color (decimal): -16378817 or 4133894. OLE color: 4133894.

HSL color Cylindrical-coordinate representation of color #06143F: hue angle of 225.26º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06143F is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB62063-
CMYK0.900.6800.75
HSL225.26º82.61%13.53%-
HSV(B)225.26º90.48%24.71%-
XYZ1.220.94.81-
YUV20.72151.86117.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.74%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 63 (25% from 255) = 70.79%
R=6.74%
G=22.47%
B=70.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal620630.900.6800.75225.2682.6113.53
Hex6143F5A4404Be153e
Octal62477132104011334112316
Binary1101010011111110110101000100010010111110000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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