Html Css Color HEX #143E91 Smalt

📋 copy color: '#143E91'

red 20 ◦ green 62 ◦ blue 145

#143E91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #143E91

Tints of Smalt #143E91

RGB

 RED value IS 20 (8.2% from 255) = 8.81%

 GREEN value IS 62 (24.61% from 255) = 27.31%

 BLUE value IS 145 (57.03% from 255) = 63.88%

R = 8.81%
G = 27.31%
B = 63.88%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#143E91 (or 0x143E91) is known color: Smalt. HEX triplet: 14, 3E and 91. RGB value is (20,62,145). Sum of RGB (Red+Green+Blue) = 20+62+145=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #143E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143E91 is #EBC16E. Grayscale: #3A3A3A. Windows color (decimal): -15450479 or 9518612. OLE color: 9518612.

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

Color convert

RGB 20 62 145 -
CMYK 0.86 0.57 0 0.43
HSL 219.84º 0.76% 0.32% -
HSV(B) 219.84º 0.86% 0.57% -
XYZ 7.12 5.64 27.5 -
YUV 58.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 20 62 145 0.86 0.57 0 0.43 219.84 0.76 0.32
Hex 14 3E 91 56 39 0 2B DC 4C 20
Octal 24 76 221 126 71 0 53 334 114 40
Binary 10100 111110 10010001 1010110 111001 0 101011 11011100 1001100 100000

Color Harmonies of #143E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143E91

Black with #143E91

Text Example


Text Example

White with #143E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #143E91;
 }
 .AnyTagClassName
 {
   color: #143E91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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