#141741

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

Shades of Midnight Express #141741

Tints of Midnight Express #141741

Color information

#141741 (or 0x141741) is unknown color: approx Midnight Express. HEX triplet: 14, 17 and 41. RGB value is (20,23,65). Sum of RGB (Red+Green+Blue) = 20+23+65=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #141741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141741 is #EBE8BE. Grayscale: #1A1A1A. Windows color (decimal): -15460543 or 4265748. OLE color: 4265748.

HSL color Cylindrical-coordinate representation of color #141741: hue angle of 236º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #141741 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB202365-
CMYK0.690.6500.75
HSL236º52.94%16.67%-
HSV(B)236º69.23%25.49%-
XYZ1.551.145.14-
YUV26.89149.51123.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 23 (9.38% from 255) = 21.30%
BLUE value IS 65 (25.78% from 255) = 60.19%
R=18.52%
G=21.30%
B=60.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2023650.690.6500.7523652.9416.67
Hex141741454104Bec3511
Octal242710110510101133546521
Binary1010010111100000110001011000001010010111110110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141741; }

 p { color: rgb(20,23,65); }

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

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

 a { background-color: rgb(20,23,65); }

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

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

 span { border-color: rgb(20,23,65); }

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