#143B91

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

Shades of Smalt #143B91

Tints of Smalt #143B91

Color information

#143B91 (or 0x143B91) is unknown color: approx Smalt. HEX triplet: 14, 3B and 91. RGB value is (20,59,145). Sum of RGB (Red+Green+Blue) = 20+59+145=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #143B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143B91 is #EBC46E. Grayscale: #383838. Windows color (decimal): -15451247 or 9517844. OLE color: 9517844.

HSL color Cylindrical-coordinate representation of color #143B91: hue angle of 221.28º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143B91 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2059145-
CMYK0.860.5900.43
HSL221.28º75.76%32.35%-
HSV(B)221.28º86.21%56.86%-
XYZ6.965.3227.45-
YUV57.14177.58101.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.93%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 145 (57.03% from 255) = 64.73%
R=8.93%
G=26.34%
B=64.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20591450.860.5900.43221.2875.7632.35
Hex143B91563B02Bdd4c20
Octal24732211267305333511440
Binary101001110111001000110101101110110101011110111011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143B91; }

 p { color: rgb(20,59,145); }

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

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

 a { background-color: rgb(20,59,145); }

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

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

 span { border-color: rgb(20,59,145); }

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