#14378D

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

Shades of Smalt #14378D

Tints of Smalt #14378D

Color information

#14378D (or 0x14378D) is unknown color: approx Smalt. HEX triplet: 14, 37 and 8D. RGB value is (20,55,141). Sum of RGB (Red+Green+Blue) = 20+55+141=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #14378D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14378D is #EBC872. Grayscale: #353535. Windows color (decimal): -15452275 or 9254676. OLE color: 9254676.

HSL color Cylindrical-coordinate representation of color #14378D: hue angle of 222.64º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14378D is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2055141-
CMYK0.860.6100.45
HSL222.64º75.16%31.57%-
HSV(B)222.64º85.82%55.29%-
XYZ6.464.825.79-
YUV54.34176.9103.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 141 (55.47% from 255) = 65.28%
R=9.26%
G=25.46%
B=65.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20551410.860.6100.45222.6475.1631.57
Hex14378D563D02Ddf4b20
Octal24672151267505533711340
Binary101001101111000110110101101111010101101110111111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14378D; }

 p { color: rgb(20,55,141); }

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

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

 a { background-color: rgb(20,55,141); }

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

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

 span { border-color: rgb(20,55,141); }

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