#141C4B

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

Shades of Midnight Express #141C4B

Tints of Midnight Express #141C4B

Color information

#141C4B (or 0x141C4B) is unknown color: approx Midnight Express. HEX triplet: 14, 1C and 4B. RGB value is (20,28,75). Sum of RGB (Red+Green+Blue) = 20+28+75=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #141C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C4B is #EBE3B4. Grayscale: #1E1E1E. Windows color (decimal): -15459253 or 4922388. OLE color: 4922388.

HSL color Cylindrical-coordinate representation of color #141C4B: hue angle of 231.27º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #141C4B is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB202875-
CMYK0.730.6300.71
HSL231.27º57.89%18.63%-
HSV(B)231.27º73.33%29.41%-
XYZ1.971.496.84-
YUV30.97152.85120.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 28 (11.33% from 255) = 22.76%
BLUE value IS 75 (29.69% from 255) = 60.98%
R=16.26%
G=22.76%
B=60.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2028750.730.6300.71231.2757.8918.63
Hex141C4B493F047e73a13
Octal24341131117701073477223
Binary101001110010010111001001111111010001111110011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,28,75); }

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

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

 a { background-color: rgb(20,28,75); }

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

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

 span { border-color: rgb(20,28,75); }

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