#142250

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

Shades of Midnight Express #142250

Tints of Midnight Express #142250

Color information

#142250 (or 0x142250) is unknown color: approx Midnight Express. HEX triplet: 14, 22 and 50. RGB value is (20,34,80). Sum of RGB (Red+Green+Blue) = 20+34+80=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #142250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142250 is #EBDDAF. Grayscale: #222222. Windows color (decimal): -15457712 or 5251604. OLE color: 5251604.

HSL color Cylindrical-coordinate representation of color #142250: hue angle of 226º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #142250 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB203480-
CMYK0.750.5800.69
HSL226º60%19.61%-
HSV(B)226º75%31.37%-
XYZ2.311.877.83-
YUV35.06153.36117.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 80 (31.64% from 255) = 59.70%
R=14.93%
G=25.37%
B=59.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2034800.750.5800.692266019.61
Hex1422504B3A045e23c14
Octal24421201137201053427424
Binary1010010001010100001001011111010010001011110001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142250; }

 p { color: rgb(20,34,80); }

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

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

 a { background-color: rgb(20,34,80); }

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

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

 span { border-color: rgb(20,34,80); }

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