#142B50

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

Shades of Midnight #142B50

Tints of Midnight #142B50

Color information

#142B50 (or 0x142B50) is unknown color: approx Midnight. HEX triplet: 14, 2B and 50. RGB value is (20,43,80). Sum of RGB (Red+Green+Blue) = 20+43+80=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #142B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B50 is #EBD4AF. Grayscale: #282828. Windows color (decimal): -15455408 or 5253908. OLE color: 5253908.

HSL color Cylindrical-coordinate representation of color #142B50: hue angle of 217º 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 #142B50 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB204380-
CMYK0.750.4600.69
HSL217º60%19.61%-
HSV(B)217º75%31.37%-
XYZ2.62.467.93-
YUV40.34150.38113.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 43 (17.19% from 255) = 30.07%
BLUE value IS 80 (31.64% from 255) = 55.94%
R=13.99%
G=30.07%
B=55.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2043800.750.4600.692176019.61
Hex142B504B2E045d93c14
Octal24531201135601053317424
Binary1010010101110100001001011101110010001011101100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142B50; }

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

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

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

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

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

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

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

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