Html Css Color HEX #143185 Smalt

📋 copy color: '#143185'

red 20 ◦ green 49 ◦ blue 133

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

Shades of Smalt #143185

Tints of Smalt #143185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.84%

R = 9.9%
G = 24.26%
B = 65.84%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#143185 (or 0x143185) is known color: Smalt. HEX triplet: 14, 31 and 85. RGB value is (20,49,133). Sum of RGB (Red+Green+Blue) = 20+49+133=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #143185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143185 is #EBCE7A. Grayscale: #313131. Windows color (decimal): -15453819 or 8728852. OLE color: 8728852.

HSL color Cylindrical-coordinate representation of color #143185: hue angle of 224.6º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143185 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 49 133 -
CMYK 0.85 0.63 0 0.48
HSL 224.6º 0.74% 0.3% -
HSV(B) 224.6º 0.85% 0.52% -
XYZ 5.62 4.04 22.67 -
YUV 49.91 174.89 106.67 -
System Red Green Blue C M Y K H S L
Decimal 20 49 133 0.85 0.63 0 0.48 224.6 0.74 0.3
Hex 14 31 85 55 3F 0 30 E1 4A 1E
Octal 24 61 205 125 77 0 60 341 112 36
Binary 10100 110001 10000101 1010101 111111 0 110000 11100001 1001010 11110

Color Harmonies of #143185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143185

Black with #143185

Text Example


Text Example

White with #143185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143185; }

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

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

background-color css

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

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

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

border-color css

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

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

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