Html Css Color HEX #143A91 Smalt

📋 copy color: '#143A91'

red 20 ◦ green 58 ◦ blue 145

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

Shades of Smalt #143A91

Tints of Smalt #143A91

RGB

 RED value IS 20 (8.2% 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 value IS 0.86

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#143A91 (or 0x143A91) is known color: 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

RGB 20 58 145 -
CMYK 0.86 0.6 0 0.43
HSL 221.76º 0.76% 0.32% -
HSV(B) 221.76º 0.86% 0.57% -
XYZ 6.91 5.22 27.43 -
YUV 56.56 177.91 101.93 -
System Red Green Blue C M Y K H S L
Decimal 20 58 145 0.86 0.6 0 0.43 221.76 0.76 0.32
Hex 14 3A 91 56 3C 0 2B DE 4C 20
Octal 24 72 221 126 74 0 53 336 114 40
Binary 10100 111010 10010001 1010110 111100 0 101011 11011110 1001100 100000

Color Harmonies of #143A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A91

Black with #143A91

Text Example


Text Example

White with #143A91

Text Example


Text Example

HTML Codes & Css Web 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>