Html Css Color HEX #143487 Smalt

📋 copy color: '#143487'

red 20 ◦ green 52 ◦ blue 135

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

Shades of Smalt #143487

Tints of Smalt #143487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

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

R = 9.66%
G = 25.12%
B = 65.22%

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

#143487 (or 0x143487) is known color: Smalt. HEX triplet: 14, 34 and 87. RGB value is (20,52,135). Sum of RGB (Red+Green+Blue) = 20+52+135=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 135 (53.12% from 255 or 65.22% from 207); Max value from RGB is 135 - color contains mainly: blue. Hex color #143487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143487 is #EBCB78. Grayscale: #333333. Windows color (decimal): -15453049 or 8860692. OLE color: 8860692.

HSL color Cylindrical-coordinate representation of color #143487: hue angle of 223.3º 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 #143487 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 52 135 -
CMYK 0.85 0.61 0 0.47
HSL 223.3º 0.74% 0.3% -
HSV(B) 223.3º 0.85% 0.53% -
XYZ 5.89 4.35 23.45 -
YUV 51.89 174.9 105.25 -
System Red Green Blue C M Y K H S L
Decimal 20 52 135 0.85 0.61 0 0.47 223.3 0.74 0.3
Hex 14 34 87 55 3D 0 2F DF 4A 1E
Octal 24 64 207 125 75 0 57 337 112 36
Binary 10100 110100 10000111 1010101 111101 0 101111 11011111 1001010 11110

Color Harmonies of #143487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143487

Black with #143487

Text Example


Text Example

White with #143487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143487; }

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

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

background-color css

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

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

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

border-color css

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

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

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