Html Css Color HEX #143B90 Smalt

📋 copy color: '#143B90'

red 20 ◦ green 59 ◦ blue 144

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

Shades of Smalt #143B90

Tints of Smalt #143B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 64.57%

R = 8.97%
G = 26.46%
B = 64.57%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#143B90 (or 0x143B90) is known color: Smalt. HEX triplet: 14, 3B and 90. RGB value is (20,59,144). Sum of RGB (Red+Green+Blue) = 20+59+144=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #143B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143B90 is #EBC46F. Grayscale: #383838. Windows color (decimal): -15451248 or 9452308. OLE color: 9452308.

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

Color convert

RGB 20 59 144 -
CMYK 0.86 0.59 0 0.44
HSL 221.13º 0.76% 0.32% -
HSV(B) 221.13º 0.86% 0.56% -
XYZ 6.89 5.29 27.04 -
YUV 57.03 177.08 101.59 -
System Red Green Blue C M Y K H S L
Decimal 20 59 144 0.86 0.59 0 0.44 221.13 0.76 0.32
Hex 14 3B 90 56 3B 0 2C DD 4C 20
Octal 24 73 220 126 73 0 54 335 114 40
Binary 10100 111011 10010000 1010110 111011 0 101100 11011101 1001100 100000

Color Harmonies of #143B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B90

Black with #143B90

Text Example


Text Example

White with #143B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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