Html Css Color HEX #143990 Smalt

📋 copy color: '#143990'

red 20 ◦ green 57 ◦ blue 144

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

Shades of Smalt #143990

Tints of Smalt #143990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.79%

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

R = 9.05%
G = 25.79%
B = 65.16%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#143990 (or 0x143990) is known color: Smalt. HEX triplet: 14, 39 and 90. RGB value is (20,57,144). Sum of RGB (Red+Green+Blue) = 20+57+144=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #143990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143990 is #EBC66F. Grayscale: #373737. Windows color (decimal): -15451760 or 9451796. OLE color: 9451796.

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

Color convert

RGB 20 57 144 -
CMYK 0.86 0.60 0 0.44
HSL 222.1º 0.76% 0.32% -
HSV(B) 222.1º 0.86% 0.56% -
XYZ 6.79 5.09 27.01 -
YUV 55.86 177.74 102.43 -
System Red Green Blue C M Y K H S L
Decimal 20 57 144 0.86 0.60 0 0.44 222.1 0.76 0.32
Hex 14 39 90 56 3C 0 2C DE 4C 20
Octal 24 71 220 126 74 0 54 336 114 40
Binary 10100 111001 10010000 1010110 111100 0 101100 11011110 1001100 100000

Color Harmonies of #143990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143990

Black with #143990

Text Example


Text Example

White with #143990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143990; }

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

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

background-color css

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

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

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

border-color css

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

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

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