Html Css Color HEX #143283 Smalt

📋 copy color: '#143283'

red 20 ◦ green 50 ◦ blue 131

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

Shades of Smalt #143283

Tints of Smalt #143283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.88%

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

R = 9.95%
G = 24.88%
B = 65.17%

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

#143283 (or 0x143283) is known color: Smalt. HEX triplet: 14, 32 and 83. RGB value is (20,50,131). Sum of RGB (Red+Green+Blue) = 20+50+131=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #143283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143283 is #EBCD7C. Grayscale: #313131. Windows color (decimal): -15453565 or 8598036. OLE color: 8598036.

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

Color convert

RGB 20 50 131 -
CMYK 0.85 0.62 0 0.49
HSL 223.78º 0.74% 0.3% -
HSV(B) 223.78º 0.85% 0.51% -
XYZ 5.53 4.07 21.97 -
YUV 50.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 20 50 131 0.85 0.62 0 0.49 223.78 0.74 0.3
Hex 14 32 83 55 3E 0 31 E0 4A 1E
Octal 24 62 203 125 76 0 61 340 112 36
Binary 10100 110010 10000011 1010101 111110 0 110001 11100000 1001010 11110

Color Harmonies of #143283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143283

Black with #143283

Text Example


Text Example

White with #143283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143283; }

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

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

background-color css

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

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

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

border-color css

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

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

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