Html Css Color HEX #143689 Smalt

📋 copy color: '#143689'

red 20 ◦ green 54 ◦ blue 137

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

Shades of Smalt #143689

Tints of Smalt #143689

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.59%

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

R = 9.48%
G = 25.59%
B = 64.93%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#143689 (or 0x143689) is known color: Smalt. HEX triplet: 14, 36 and 89. RGB value is (20,54,137). Sum of RGB (Red+Green+Blue) = 20+54+137=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #143689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143689 is #EBC976. Grayscale: #343434. Windows color (decimal): -15452535 or 8992276. OLE color: 8992276.

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

Color convert

RGB 20 54 137 -
CMYK 0.85 0.61 0 0.46
HSL 222.56º 0.75% 0.31% -
HSV(B) 222.56º 0.85% 0.54% -
XYZ 6.12 4.59 24.23 -
YUV 53.3 175.24 104.25 -
System Red Green Blue C M Y K H S L
Decimal 20 54 137 0.85 0.61 0 0.46 222.56 0.75 0.31
Hex 14 36 89 55 3D 0 2E DF 4B 1F
Octal 24 66 211 125 75 0 56 337 113 37
Binary 10100 110110 10001001 1010101 111101 0 101110 11011111 1001011 11111

Color Harmonies of #143689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143689

Black with #143689

Text Example


Text Example

White with #143689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143689; }

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

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

background-color css

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

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

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

border-color css

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

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

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