#142A89

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

Shades of Smalt #142A89

Tints of Smalt #142A89

Color information

#142A89 (or 0x142A89) is unknown color: approx Smalt. HEX triplet: 14, 2A and 89. RGB value is (20,42,137). Sum of RGB (Red+Green+Blue) = 20+42+137=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 137 (53.91% from 255 or 68.84% from 199); Max value from RGB is 137 - color contains mainly: blue. Hex color #142A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142A89 is #EBD576. Grayscale: #2D2D2D. Windows color (decimal): -15455607 or 8989204. OLE color: 8989204.

HSL color Cylindrical-coordinate representation of color #142A89: hue angle of 228.72º 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 #142A89 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2042137-
CMYK0.850.6900.46
HSL228.72º74.52%30.78%-
HSV(B)228.72º85.4%53.73%-
XYZ5.633.6124.07-
YUV46.25179.21109.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 42 (16.80% from 255) = 21.11%
BLUE value IS 137 (53.91% from 255) = 68.84%
R=10.05%
G=21.11%
B=68.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20421370.850.6900.46228.7274.5230.78
Hex142A89554502Ee54b1f
Octal245221112510505634511337
Binary101001010101000100110101011000101010111011100101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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