#141B3F

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

Shades of Midnight Express #141B3F

Tints of Midnight Express #141B3F

Color information

#141B3F (or 0x141B3F) is unknown color: approx Midnight Express. HEX triplet: 14, 1B and 3F. RGB value is (20,27,63). Sum of RGB (Red+Green+Blue) = 20+27+63=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 63 (25% from 255 or 57.27% from 110); Max value from RGB is 63 - color contains mainly: blue. Hex color #141B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B3F is #EBE4C0. Grayscale: #1C1C1C. Windows color (decimal): -15459521 or 4135700. OLE color: 4135700.

HSL color Cylindrical-coordinate representation of color #141B3F: hue angle of 230.23º 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 #141B3F is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB202763-
CMYK0.680.5700.75
HSL230.23º51.81%16.27%-
HSV(B)230.23º68.25%24.71%-
XYZ1.581.294.87-
YUV29.01147.18121.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 63 (25% from 255) = 57.27%
R=18.18%
G=24.55%
B=57.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2027630.680.5700.75230.2351.8116.27
Hex141B3F443904Be63410
Octal2433771047101133466420
Binary10100110111111111000100111001010010111110011011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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