Html Css Color HEX #143790 Smalt

📋 copy color: '#143790'

red 20 ◦ green 55 ◦ blue 144

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

Shades of Smalt #143790

Tints of Smalt #143790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.11%

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

R = 9.13%
G = 25.11%
B = 65.75%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#143790 (or 0x143790) is known color: Smalt. HEX triplet: 14, 37 and 90. RGB value is (20,55,144). Sum of RGB (Red+Green+Blue) = 20+55+144=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #143790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143790 is #EBC86F. Grayscale: #363636. Windows color (decimal): -15452272 or 9451284. OLE color: 9451284.

HSL color Cylindrical-coordinate representation of color #143790: hue angle of 223.06º 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 #143790 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 55 144 -
CMYK 0.86 0.62 0 0.44
HSL 223.06º 0.76% 0.32% -
HSV(B) 223.06º 0.86% 0.56% -
XYZ 6.69 4.89 26.98 -
YUV 54.68 178.4 103.26 -
System Red Green Blue C M Y K H S L
Decimal 20 55 144 0.86 0.62 0 0.44 223.06 0.76 0.32
Hex 14 37 90 56 3E 0 2C DF 4C 20
Octal 24 67 220 126 76 0 54 337 114 40
Binary 10100 110111 10010000 1010110 111110 0 101100 11011111 1001100 100000

Color Harmonies of #143790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143790

Black with #143790

Text Example


Text Example

White with #143790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143790; }

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

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

background-color css

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

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

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

border-color css

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

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

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