Html Css Color HEX #143486 Smalt

📋 copy color: '#143486'

red 20 ◦ green 52 ◦ blue 134

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

Shades of Smalt #143486

Tints of Smalt #143486

RGB

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

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

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

R = 9.71%
G = 25.24%
B = 65.05%

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

#143486 (or 0x143486) is known color: Smalt. HEX triplet: 14, 34 and 86. RGB value is (20,52,134). Sum of RGB (Red+Green+Blue) = 20+52+134=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 134 (52.73% from 255 or 65.05% from 206); Max value from RGB is 134 - color contains mainly: blue. Hex color #143486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143486 is #EBCB79. Grayscale: #333333. Windows color (decimal): -15453050 or 8795156. OLE color: 8795156.

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

Color convert

RGB 20 52 134 -
CMYK 0.85 0.61 0 0.47
HSL 223.16º 0.74% 0.3% -
HSV(B) 223.16º 0.85% 0.53% -
XYZ 5.82 4.33 23.08 -
YUV 51.78 174.4 105.33 -
System Red Green Blue C M Y K H S L
Decimal 20 52 134 0.85 0.61 0 0.47 223.16 0.74 0.3
Hex 14 34 86 55 3D 0 2F DF 4A 1E
Octal 24 64 206 125 75 0 57 337 112 36
Binary 10100 110100 10000110 1010101 111101 0 101111 11011111 1001010 11110

Color Harmonies of #143486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143486

Black with #143486

Text Example


Text Example

White with #143486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143486; }

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

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

background-color css

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

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

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

border-color css

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

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

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