#142D89

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

Shades of Smalt #142D89

Tints of Smalt #142D89

Color information

#142D89 (or 0x142D89) is unknown color: approx Smalt. HEX triplet: 14, 2D and 89. RGB value is (20,45,137). Sum of RGB (Red+Green+Blue) = 20+45+137=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 137 (53.91% from 255 or 67.82% from 202); Max value from RGB is 137 - color contains mainly: blue. Hex color #142D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142D89 is #EBD276. Grayscale: #2F2F2F. Windows color (decimal): -15454839 or 8989972. OLE color: 8989972.

HSL color Cylindrical-coordinate representation of color #142D89: hue angle of 227.18º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142D89 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2045137-
CMYK0.850.6700.46
HSL227.18º74.52%30.78%-
HSV(B)227.18º85.4%53.73%-
XYZ5.743.8324.1-
YUV48.01178.22108.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 45 (17.97% from 255) = 22.28%
BLUE value IS 137 (53.91% from 255) = 67.82%
R=9.90%
G=22.28%
B=67.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20451370.850.6700.46227.1874.5230.78
Hex142D89554302Ee34b1f
Octal245521112510305634311337
Binary101001011011000100110101011000011010111011100011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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