#142A4B

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

Shades of Midnight #142A4B

Tints of Midnight #142A4B

Color information

#142A4B (or 0x142A4B) is unknown color: approx Midnight. HEX triplet: 14, 2A and 4B. RGB value is (20,42,75). Sum of RGB (Red+Green+Blue) = 20+42+75=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #142A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A4B is #EBD5B4. Grayscale: #272727. Windows color (decimal): -15455669 or 4925972. OLE color: 4925972.

HSL color Cylindrical-coordinate representation of color #142A4B: hue angle of 216º 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 #142A4B is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB204275-
CMYK0.730.4400.71
HSL216º57.89%18.63%-
HSV(B)216º73.33%29.41%-
XYZ2.392.316.98-
YUV39.18148.21114.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 42 (16.80% from 255) = 30.66%
BLUE value IS 75 (29.69% from 255) = 54.74%
R=14.60%
G=30.66%
B=54.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2042750.730.4400.7121657.8918.63
Hex142A4B492C047d83a13
Octal24521131115401073307223
Binary1010010101010010111001001101100010001111101100011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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