Html Css Color HEX #143183 Smalt

📋 copy color: '#143183'

red 20 ◦ green 49 ◦ blue 131

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

Shades of Smalt #143183

Tints of Smalt #143183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 65.5%

R = 10%
G = 24.5%
B = 65.5%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#143183 (or 0x143183) is known color: Smalt. HEX triplet: 14, 31 and 83. RGB value is (20,49,131). Sum of RGB (Red+Green+Blue) = 20+49+131=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 131 (51.56% from 255 or 65.5% from 200); Max value from RGB is 131 - color contains mainly: blue. Hex color #143183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143183 is #EBCE7C. Grayscale: #313131. Windows color (decimal): -15453821 or 8597780. OLE color: 8597780.

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

Color convert

RGB 20 49 131 -
CMYK 0.85 0.63 0 0.49
HSL 224.32º 0.74% 0.3% -
HSV(B) 224.32º 0.85% 0.51% -
XYZ 5.48 3.98 21.95 -
YUV 49.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 20 49 131 0.85 0.63 0 0.49 224.32 0.74 0.3
Hex 14 31 83 55 3F 0 31 E0 4A 1E
Octal 24 61 203 125 77 0 61 340 112 36
Binary 10100 110001 10000011 1010101 111111 0 110001 11100000 1001010 11110

Color Harmonies of #143183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143183

Black with #143183

Text Example


Text Example

White with #143183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143183; }

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

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

background-color css

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

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

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

border-color css

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

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

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