#142741

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

Shades of Midnight #142741

Tints of Midnight #142741

Color information

#142741 (or 0x142741) is unknown color: approx Midnight. HEX triplet: 14, 27 and 41. RGB value is (20,39,65). Sum of RGB (Red+Green+Blue) = 20+39+65=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #142741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142741 is #EBD8BE. Grayscale: #242424. Windows color (decimal): -15456447 or 4269844. OLE color: 4269844.

HSL color Cylindrical-coordinate representation of color #142741: hue angle of 214.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #142741 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB203965-
CMYK0.690.4000.75
HSL214.67º52.94%16.67%-
HSV(B)214.67º69.23%25.49%-
XYZ1.971.985.28-
YUV36.28144.21116.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 65 (25.78% from 255) = 52.42%
R=16.13%
G=31.45%
B=52.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2039650.690.4000.75214.6752.9416.67
Hex142741452804Bd73511
Octal24471011055001133276521
Binary1010010011110000011000101101000010010111101011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142741; }

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

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

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

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

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

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

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

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