#143989

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

Shades of Smalt #143989

Tints of Smalt #143989

Color information

#143989 (or 0x143989) is unknown color: approx Smalt. HEX triplet: 14, 39 and 89. RGB value is (20,57,137). Sum of RGB (Red+Green+Blue) = 20+57+137=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #143989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143989 is #EBC676. Grayscale: #363636. Windows color (decimal): -15451767 or 8993044. OLE color: 8993044.

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

Color convert

RGB2057137-
CMYK0.850.5800.46
HSL221.03º74.52%30.78%-
HSV(B)221.03º85.4%53.73%-
XYZ6.274.8824.28-
YUV55.06174.24103-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.35%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 137 (53.91% from 255) = 64.02%
R=9.35%
G=26.64%
B=64.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20571370.850.5800.46221.0374.5230.78
Hex143989553A02Edd4b1f
Octal24712111257205633511337
Binary10100111001100010011010101111010010111011011101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143989; }

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

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

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

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

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

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

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

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