Html Css Color HEX #143289 Smalt

📋 copy color: '#143289'

red 20 ◦ green 50 ◦ blue 137

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

Shades of Smalt #143289

Tints of Smalt #143289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 66.18%

R = 9.66%
G = 24.15%
B = 66.18%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#143289 (or 0x143289) is known color: Smalt. HEX triplet: 14, 32 and 89. RGB value is (20,50,137). Sum of RGB (Red+Green+Blue) = 20+50+137=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #143289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143289 is #EBCD76. Grayscale: #323232. Windows color (decimal): -15453559 or 8991252. OLE color: 8991252.

HSL color Cylindrical-coordinate representation of color #143289: hue angle of 224.62º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143289 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 50 137 -
CMYK 0.85 0.64 0 0.46
HSL 224.62º 0.75% 0.31% -
HSV(B) 224.62º 0.85% 0.54% -
XYZ 5.94 4.24 24.17 -
YUV 50.95 176.56 105.93 -
System Red Green Blue C M Y K H S L
Decimal 20 50 137 0.85 0.64 0 0.46 224.62 0.75 0.31
Hex 14 32 89 55 40 0 2E E1 4B 1F
Octal 24 62 211 125 100 0 56 341 113 37
Binary 10100 110010 10001001 1010101 1000000 0 101110 11100001 1001011 11111

Color Harmonies of #143289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143289

Black with #143289

Text Example


Text Example

White with #143289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143289; }

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

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

background-color css

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

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

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

border-color css

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

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

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