#142A50

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

Shades of Midnight #142A50

Tints of Midnight #142A50

Color information

#142A50 (or 0x142A50) is unknown color: approx Midnight. HEX triplet: 14, 2A and 50. RGB value is (20,42,80). Sum of RGB (Red+Green+Blue) = 20+42+80=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #142A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A50 is #EBD5AF. Grayscale: #272727. Windows color (decimal): -15455664 or 5253652. OLE color: 5253652.

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

Color convert

RGB204280-
CMYK0.750.4800.69
HSL218º60%19.61%-
HSV(B)218º75%31.37%-
XYZ2.562.387.91-
YUV39.75150.71113.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 42 (16.80% from 255) = 29.58%
BLUE value IS 80 (31.64% from 255) = 56.34%
R=14.08%
G=29.58%
B=56.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2042800.750.4800.692186019.61
Hex142A504B30045da3c14
Octal24521201136001053327424
Binary1010010101010100001001011110000010001011101101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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