Html Css Color HEX #143387 Smalt

📋 copy color: '#143387'

red 20 ◦ green 51 ◦ blue 135

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

Shades of Smalt #143387

Tints of Smalt #143387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

 BLUE value IS 135 (53.13% from 255) = 65.53%

R = 9.71%
G = 24.76%
B = 65.53%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#143387 (or 0x143387) is known color: Smalt. HEX triplet: 14, 33 and 87. RGB value is (20,51,135). Sum of RGB (Red+Green+Blue) = 20+51+135=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #143387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143387 is #EBCC78. Grayscale: #323232. Windows color (decimal): -15453305 or 8860436. OLE color: 8860436.

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

Color convert

RGB 20 51 135 -
CMYK 0.85 0.62 0 0.47
HSL 223.83º 0.74% 0.3% -
HSV(B) 223.83º 0.85% 0.53% -
XYZ 5.85 4.27 23.44 -
YUV 51.31 175.23 105.67 -
System Red Green Blue C M Y K H S L
Decimal 20 51 135 0.85 0.62 0 0.47 223.83 0.74 0.3
Hex 14 33 87 55 3E 0 2F E0 4A 1E
Octal 24 63 207 125 76 0 57 340 112 36
Binary 10100 110011 10000111 1010101 111110 0 101111 11100000 1001010 11110

Color Harmonies of #143387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143387

Black with #143387

Text Example


Text Example

White with #143387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143387; }

 p { color: rgb(20,51,135); }

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

background-color css

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

 a { background-color: rgb(20,51,135); }

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

border-color css

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

 span { border-color: rgb(20,51,135); }

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