Html Css Color HEX #143182 Smalt

📋 copy color: '#143182'

red 20 ◦ green 49 ◦ blue 130

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

Shades of Smalt #143182

Tints of Smalt #143182

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.62%

 BLUE value IS 130 (51.17% from 255) = 65.33%

R = 10.05%
G = 24.62%
B = 65.33%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#143182 (or 0x143182) is known color: Smalt. HEX triplet: 14, 31 and 82. RGB value is (20,49,130). Sum of RGB (Red+Green+Blue) = 20+49+130=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #143182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143182 is #EBCE7D. Grayscale: #313131. Windows color (decimal): -15453822 or 8532244. OLE color: 8532244.

HSL color Cylindrical-coordinate representation of color #143182: hue angle of 224.18º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143182 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 49 130 -
CMYK 0.85 0.62 0 0.49
HSL 224.18º 0.73% 0.29% -
HSV(B) 224.18º 0.85% 0.51% -
XYZ 5.42 3.96 21.6 -
YUV 49.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 20 49 130 0.85 0.62 0 0.49 224.18 0.73 0.29
Hex 14 31 82 55 3E 0 31 E0 49 1D
Octal 24 61 202 125 76 0 61 340 111 35
Binary 10100 110001 10000010 1010101 111110 0 110001 11100000 1001001 11101

Color Harmonies of #143182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143182

Black with #143182

Text Example


Text Example

White with #143182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143182; }

 p { color: rgb(20,49,130); }

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

background-color css

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

 a { background-color: rgb(20,49,130); }

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

border-color css

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

 span { border-color: rgb(20,49,130); }

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