#14398d

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

Shades of Smalt #14398D

Tints of Smalt #14398D

Color information

#14398D (or 0x14398D) is unknown color: approx Smalt. HEX triplet: 14, 39 and 8D. RGB value is (20,57,141). Sum of RGB (Red+Green+Blue) = 20+57+141=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #14398D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14398D is #EBC672. Grayscale: #373737. Windows color (decimal): -15451763 or 9255188. OLE color: 9255188.

HSL color Cylindrical-coordinate representation of color #14398D: hue angle of 221.65º 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 #14398D is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2057141-
CMYK0.860.6000.45
HSL221.65º75.16%31.57%-
HSV(B)221.65º85.82%55.29%-
XYZ6.56525.82-
YUV55.51176.24102.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.17%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 141 (55.47% from 255) = 64.68%
R=9.17%
G=26.15%
B=64.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20571410.860.6000.45221.6575.1631.57
Hex14398D563C02Dde4b20
Octal24712151267405533611340
Binary101001110011000110110101101111000101101110111101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14398d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14398d; }

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

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

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

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

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

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

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

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