Html Css Color HEX #143086 Smalt

📋 copy color: '#143086'

red 20 ◦ green 48 ◦ blue 134

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

Shades of Smalt #143086

Tints of Smalt #143086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 66.34%

R = 9.9%
G = 23.76%
B = 66.34%

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

#143086 (or 0x143086) is known color: Smalt. HEX triplet: 14, 30 and 86. RGB value is (20,48,134). Sum of RGB (Red+Green+Blue) = 20+48+134=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #143086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143086 is #EBCF79. Grayscale: #313131. Windows color (decimal): -15454074 or 8794132. OLE color: 8794132.

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

Color convert

RGB 20 48 134 -
CMYK 0.85 0.64 0 0.47
HSL 225.26º 0.74% 0.3% -
HSV(B) 225.26º 0.85% 0.53% -
XYZ 5.65 3.98 23.03 -
YUV 49.43 175.72 107.01 -
System Red Green Blue C M Y K H S L
Decimal 20 48 134 0.85 0.64 0 0.47 225.26 0.74 0.3
Hex 14 30 86 55 40 0 2F E1 4A 1E
Octal 24 60 206 125 100 0 57 341 112 36
Binary 10100 110000 10000110 1010101 1000000 0 101111 11100001 1001010 11110

Color Harmonies of #143086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143086

Black with #143086

Text Example


Text Example

White with #143086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143086; }

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

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

background-color css

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

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

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

border-color css

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

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

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