Html Css Color HEX #143D90 Smalt

📋 copy color: '#143D90'

red 20 ◦ green 61 ◦ blue 144

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

Shades of Smalt #143D90

Tints of Smalt #143D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.11%

 BLUE value IS 144 (56.64% from 255) = 64%

R = 8.89%
G = 27.11%
B = 64%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#143D90 (or 0x143D90) is known color: Smalt. HEX triplet: 14, 3D and 90. RGB value is (20,61,144). Sum of RGB (Red+Green+Blue) = 20+61+144=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #143D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143D90 is #EBC26F. Grayscale: #393939. Windows color (decimal): -15450736 or 9452820. OLE color: 9452820.

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

Color convert

RGB 20 61 144 -
CMYK 0.86 0.58 0 0.44
HSL 220.16º 0.76% 0.32% -
HSV(B) 220.16º 0.86% 0.56% -
XYZ 6.99 5.5 27.08 -
YUV 58.2 176.42 100.75 -
System Red Green Blue C M Y K H S L
Decimal 20 61 144 0.86 0.58 0 0.44 220.16 0.76 0.32
Hex 14 3D 90 56 3A 0 2C DC 4C 20
Octal 24 75 220 126 72 0 54 334 114 40
Binary 10100 111101 10010000 1010110 111010 0 101100 11011100 1001100 100000

Color Harmonies of #143D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D90

Black with #143D90

Text Example


Text Example

White with #143D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,61,144); }

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

background-color css

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

 a { background-color: rgb(20,61,144); }

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

border-color css

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

 span { border-color: rgb(20,61,144); }

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