Html Css Color HEX #143F91 Smalt

📋 copy color: '#143F91'

red 20 ◦ green 63 ◦ blue 145

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

Shades of Smalt #143F91

Tints of Smalt #143F91

RGB

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

 GREEN value IS 63 (25% from 255) = 27.63%

 BLUE value IS 145 (57.03% from 255) = 63.6%

R = 8.77%
G = 27.63%
B = 63.6%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#143F91 (or 0x143F91) is known color: Smalt. HEX triplet: 14, 3F and 91. RGB value is (20,63,145). Sum of RGB (Red+Green+Blue) = 20+63+145=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #143F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F91 is #EBC06E. Grayscale: #3B3B3B. Windows color (decimal): -15450223 or 9518868. OLE color: 9518868.

HSL color Cylindrical-coordinate representation of color #143F91: hue angle of 219.36º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143F91 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 63 145 -
CMYK 0.86 0.57 0 0.43
HSL 219.36º 0.76% 0.32% -
HSV(B) 219.36º 0.86% 0.57% -
XYZ 7.18 5.75 27.52 -
YUV 59.49 176.25 99.83 -
System Red Green Blue C M Y K H S L
Decimal 20 63 145 0.86 0.57 0 0.43 219.36 0.76 0.32
Hex 14 3F 91 56 39 0 2B DB 4C 20
Octal 24 77 221 126 71 0 53 333 114 40
Binary 10100 111111 10010001 1010110 111001 0 101011 11011011 1001100 100000

Color Harmonies of #143F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F91

Black with #143F91

Text Example


Text Example

White with #143F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143F91; }

 p { color: rgb(20,63,145); }

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

background-color css

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

 a { background-color: rgb(20,63,145); }

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

border-color css

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

 span { border-color: rgb(20,63,145); }

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