#141F3F

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

Shades of Midnight Express #141F3F

Tints of Midnight Express #141F3F

Color information

#141F3F (or 0x141F3F) is unknown color: approx Midnight Express. HEX triplet: 14, 1F and 3F. RGB value is (20,31,63). Sum of RGB (Red+Green+Blue) = 20+31+63=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #141F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F3F is #EBE0C0. Grayscale: #1F1F1F. Windows color (decimal): -15458497 or 4136724. OLE color: 4136724.

HSL color Cylindrical-coordinate representation of color #141F3F: hue angle of 224.65º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #141F3F is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB203163-
CMYK0.680.5100.75
HSL224.65º51.81%16.27%-
HSV(B)224.65º68.25%24.71%-
XYZ1.681.494.9-
YUV31.36145.86119.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 31 (12.5% from 255) = 27.19%
BLUE value IS 63 (25% from 255) = 55.26%
R=17.54%
G=27.19%
B=55.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2031630.680.5100.75224.6551.8116.27
Hex141F3F443304Be13410
Octal2437771046301133416420
Binary10100111111111111000100110011010010111110000111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141F3F; }

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

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

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

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

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

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

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

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