Html Css Color HEX #143B91 Smalt

📋 copy color: '#143B91'

red 20 ◦ green 59 ◦ blue 145

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

Shades of Smalt #143B91

Tints of Smalt #143B91

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.34%

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

R = 8.93%
G = 26.34%
B = 64.73%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#143B91 (or 0x143B91) is known color: Smalt. HEX triplet: 14, 3B and 91. RGB value is (20,59,145). Sum of RGB (Red+Green+Blue) = 20+59+145=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #143B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143B91 is #EBC46E. Grayscale: #383838. Windows color (decimal): -15451247 or 9517844. OLE color: 9517844.

HSL color Cylindrical-coordinate representation of color #143B91: hue angle of 221.28º 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 #143B91 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 59 145 -
CMYK 0.86 0.59 0 0.43
HSL 221.28º 0.76% 0.32% -
HSV(B) 221.28º 0.86% 0.57% -
XYZ 6.96 5.32 27.45 -
YUV 57.14 177.58 101.51 -
System Red Green Blue C M Y K H S L
Decimal 20 59 145 0.86 0.59 0 0.43 221.28 0.76 0.32
Hex 14 3B 91 56 3B 0 2B DD 4C 20
Octal 24 73 221 126 73 0 53 335 114 40
Binary 10100 111011 10010001 1010110 111011 0 101011 11011101 1001100 100000

Color Harmonies of #143B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B91

Black with #143B91

Text Example


Text Example

White with #143B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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