Html Css Color HEX #144192 Smalt

📋 copy color: '#144192'

red 20 ◦ green 65 ◦ blue 146

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

Shades of Smalt #144192

Tints of Smalt #144192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 8.66%
G = 28.14%
B = 63.2%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#144192 (or 0x144192) is known color: Smalt. HEX triplet: 14, 41 and 92. RGB value is (20,65,146). Sum of RGB (Red+Green+Blue) = 20+65+146=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #144192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144192 is #EBBE6D. Grayscale: #3C3C3C. Windows color (decimal): -15449710 or 9584916. OLE color: 9584916.

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

Color convert

RGB 20 65 146 -
CMYK 0.86 0.55 0 0.43
HSL 218.57º 0.76% 0.33% -
HSV(B) 218.57º 0.86% 0.57% -
XYZ 7.37 6 27.96 -
YUV 60.78 176.09 98.91 -
System Red Green Blue C M Y K H S L
Decimal 20 65 146 0.86 0.55 0 0.43 218.57 0.76 0.33
Hex 14 41 92 56 37 0 2B DB 4C 21
Octal 24 101 222 126 67 0 53 333 114 41
Binary 10100 1000001 10010010 1010110 110111 0 101011 11011011 1001100 100001

Color Harmonies of #144192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144192

Black with #144192

Text Example


Text Example

White with #144192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144192; }

 p { color: rgb(20,65,146); }

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

background-color css

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

 a { background-color: rgb(20,65,146); }

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

border-color css

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

 span { border-color: rgb(20,65,146); }

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