Html Css Color HEX #143587 Smalt

📋 copy color: '#143587'

red 20 ◦ green 53 ◦ blue 135

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

Shades of Smalt #143587

Tints of Smalt #143587

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.48%

 BLUE value IS 135 (53.13% from 255) = 64.9%

R = 9.62%
G = 25.48%
B = 64.9%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#143587 (or 0x143587) is known color: Smalt. HEX triplet: 14, 35 and 87. RGB value is (20,53,135). Sum of RGB (Red+Green+Blue) = 20+53+135=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 135 (53.12% from 255 or 64.90% from 208); Max value from RGB is 135 - color contains mainly: blue. Hex color #143587 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143587 is #EBCA78. Grayscale: #343434. Windows color (decimal): -15452793 or 8860948. OLE color: 8860948.

HSL color Cylindrical-coordinate representation of color #143587: hue angle of 222.78º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143587 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 53 135 -
CMYK 0.85 0.61 0 0.47
HSL 222.78º 0.74% 0.3% -
HSV(B) 222.78º 0.85% 0.53% -
XYZ 5.93 4.44 23.47 -
YUV 52.48 174.57 104.83 -
System Red Green Blue C M Y K H S L
Decimal 20 53 135 0.85 0.61 0 0.47 222.78 0.74 0.3
Hex 14 35 87 55 3D 0 2F DF 4A 1E
Octal 24 65 207 125 75 0 57 337 112 36
Binary 10100 110101 10000111 1010101 111101 0 101111 11011111 1001010 11110

Color Harmonies of #143587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143587

Black with #143587

Text Example


Text Example

White with #143587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143587; }

 p { color: rgb(20,53,135); }

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

background-color css

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

 a { background-color: rgb(20,53,135); }

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

border-color css

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

 span { border-color: rgb(20,53,135); }

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