#14358E

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

Shades of Smalt #14358E

Tints of Smalt #14358E

Color information

#14358E (or 0x14358E) is unknown color: approx Smalt. HEX triplet: 14, 35 and 8E. RGB value is (20,53,142). Sum of RGB (Red+Green+Blue) = 20+53+142=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 142 (55.86% from 255 or 66.05% from 215); Max value from RGB is 142 - color contains mainly: blue. Hex color #14358E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14358E is #EBCA71. Grayscale: #343434. Windows color (decimal): -15452786 or 9319700. OLE color: 9319700.

HSL color Cylindrical-coordinate representation of color #14358E: hue angle of 223.77º degrees, saturation: 0.75, 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 #14358E is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2053142-
CMYK0.860.6300.44
HSL223.77º75.31%31.76%-
HSV(B)223.77º85.92%55.69%-
XYZ6.444.6526.15-
YUV53.28178.07104.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 142 (55.86% from 255) = 66.05%
R=9.30%
G=24.65%
B=66.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20531420.860.6300.44223.7775.3131.76
Hex14358E563F02Ce04b20
Octal24652161267705434011340
Binary101001101011000111010101101111110101100111000001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14358E; }

 p { color: rgb(20,53,142); }

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

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

 a { background-color: rgb(20,53,142); }

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

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

 span { border-color: rgb(20,53,142); }

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