Html Css Color HEX #143087 Smalt

📋 copy color: '#143087'

red 20 ◦ green 48 ◦ blue 135

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

Shades of Smalt #143087

Tints of Smalt #143087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

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

R = 9.85%
G = 23.65%
B = 66.5%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#143087 (or 0x143087) is known color: Smalt. HEX triplet: 14, 30 and 87. RGB value is (20,48,135). Sum of RGB (Red+Green+Blue) = 20+48+135=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #143087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143087 is #EBCF78. Grayscale: #313131. Windows color (decimal): -15454073 or 8859668. OLE color: 8859668.

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

Color convert

RGB 20 48 135 -
CMYK 0.85 0.64 0 0.47
HSL 225.39º 0.74% 0.3% -
HSV(B) 225.39º 0.85% 0.53% -
XYZ 5.72 4.01 23.39 -
YUV 49.55 176.22 106.93 -
System Red Green Blue C M Y K H S L
Decimal 20 48 135 0.85 0.64 0 0.47 225.39 0.74 0.3
Hex 14 30 87 55 40 0 2F E1 4A 1E
Octal 24 60 207 125 100 0 57 341 112 36
Binary 10100 110000 10000111 1010101 1000000 0 101111 11100001 1001010 11110

Color Harmonies of #143087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143087

Black with #143087

Text Example


Text Example

White with #143087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143087; }

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

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

background-color css

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

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

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

border-color css

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

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

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