#142748

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

Shades of Midnight #142748

Tints of Midnight #142748

Color information

#142748 (or 0x142748) is unknown color: approx Midnight. HEX triplet: 14, 27 and 48. RGB value is (20,39,72). Sum of RGB (Red+Green+Blue) = 20+39+72=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #142748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142748 is #EBD8B7. Grayscale: #242424. Windows color (decimal): -15456440 or 4728596. OLE color: 4728596.

HSL color Cylindrical-coordinate representation of color #142748: hue angle of 218.08º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #142748 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB203972-
CMYK0.720.4600.72
HSL218.08º56.52%18.04%-
HSV(B)218.08º72.22%28.24%-
XYZ2.182.076.41-
YUV37.08147.71115.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=15.27%
G=29.77%
B=54.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2039720.720.4600.72218.0856.5218.04
Hex142748482E048da3912
Octal24471101105601103327122
Binary1010010011110010001001000101110010010001101101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142748; }

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

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

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

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

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

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

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

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