#143A91

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

Shades of Smalt #143A91

Tints of Smalt #143A91

Color information

#143A91 (or 0x143A91) is unknown color: approx Smalt. HEX triplet: 14, 3A and 91. RGB value is (20,58,145). Sum of RGB (Red+Green+Blue) = 20+58+145=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #143A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143A91 is #EBC56E. Grayscale: #383838. Windows color (decimal): -15451503 or 9517588. OLE color: 9517588.

HSL color Cylindrical-coordinate representation of color #143A91: hue angle of 221.76º 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 #143A91 is Cyan = 0.86, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2058145-
CMYK0.860.600.43
HSL221.76º75.76%32.35%-
HSV(B)221.76º86.21%56.86%-
XYZ6.915.2227.43-
YUV56.56177.91101.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 145 (57.03% from 255) = 65.02%
R=8.97%
G=26.01%
B=65.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20581450.860.600.43221.7675.7632.35
Hex143A91563C02Bde4c20
Octal24722211267405333611440
Binary101001110101001000110101101111000101011110111101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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