#14274B

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

Shades of Midnight Express #14274B

Tints of Midnight Express #14274B

Color information

#14274B (or 0x14274B) is unknown color: approx Midnight Express. HEX triplet: 14, 27 and 4B. RGB value is (20,39,75). Sum of RGB (Red+Green+Blue) = 20+39+75=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #14274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14274B is #EBD8B4. Grayscale: #252525. Windows color (decimal): -15456437 or 4925204. OLE color: 4925204.

HSL color Cylindrical-coordinate representation of color #14274B: hue angle of 219.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 #14274B is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB203975-
CMYK0.730.4800.71
HSL219.27º57.89%18.63%-
HSV(B)219.27º73.33%29.41%-
XYZ2.282.116.94-
YUV37.42149.21115.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 39 (15.62% from 255) = 29.10%
BLUE value IS 75 (29.69% from 255) = 55.97%
R=14.93%
G=29.10%
B=55.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2039750.730.4800.71219.2757.8918.63
Hex14274B4930047db3a13
Octal24471131116001073337223
Binary1010010011110010111001001110000010001111101101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14274B; }

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

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

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

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

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

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

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

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