#142D8D

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

Shades of Smalt #142D8D

Tints of Smalt #142D8D

Color information

#142D8D (or 0x142D8D) is unknown color: approx Smalt. HEX triplet: 14, 2D and 8D. RGB value is (20,45,141). Sum of RGB (Red+Green+Blue) = 20+45+141=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #142D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142D8D is #EBD272. Grayscale: #303030. Windows color (decimal): -15454835 or 9252116. OLE color: 9252116.

HSL color Cylindrical-coordinate representation of color #142D8D: hue angle of 227.6º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142D8D is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2045141-
CMYK0.860.6800.45
HSL227.6º75.16%31.57%-
HSV(B)227.6º85.82%55.29%-
XYZ6.033.9525.64-
YUV48.47180.22107.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.71%
GREEN value IS 45 (17.97% from 255) = 21.84%
BLUE value IS 141 (55.47% from 255) = 68.45%
R=9.71%
G=21.84%
B=68.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20451410.860.6800.45227.675.1631.57
Hex142D8D564402De44b20
Octal245521512610405534411340
Binary1010010110110001101101011010001000101101111001001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,45,141); }

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

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

 a { background-color: rgb(20,45,141); }

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

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

 span { border-color: rgb(20,45,141); }

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