#144292

Color #144292 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #144292

Tints of Smalt #144292

Color information

#144292 (or 0x144292) is unknown color: approx Smalt. HEX triplet: 14, 42 and 92. RGB value is (20,66,146). Sum of RGB (Red+Green+Blue) = 20+66+146=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #144292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144292 is #EBBD6D. Grayscale: #3D3D3D. Windows color (decimal): -15449454 or 9585172. OLE color: 9585172.

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

Color convert

RGB2066146-
CMYK0.860.5500.43
HSL218.1º75.9%32.55%-
HSV(B)218.1º86.3%57.25%-
XYZ7.436.1227.98-
YUV61.37175.7698.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.62%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 146 (57.42% from 255) = 62.93%
R=8.62%
G=28.45%
B=62.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20661460.860.5500.43218.175.932.55
Hex144292563702Bda4c21
Octal241022221266705333211441
Binary1010010000101001001010101101101110101011110110101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144292; }

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

 H1.HeaderClassName
 {
   color: #144292;
 }
 .AnyTagClassName
 {
   color: #144292;
 }
</style>
background-color css

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

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

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

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

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

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