#14318E

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

Shades of Smalt #14318E

Tints of Smalt #14318E

Color information

#14318E (or 0x14318E) is unknown color: approx Smalt. HEX triplet: 14, 31 and 8E. RGB value is (20,49,142). Sum of RGB (Red+Green+Blue) = 20+49+142=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #14318E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14318E is #EBCE71. Grayscale: #323232. Windows color (decimal): -15453810 or 9318676. OLE color: 9318676.

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

Color convert

RGB2049142-
CMYK0.860.6500.44
HSL225.74º75.31%31.76%-
HSV(B)225.74º85.92%55.69%-
XYZ6.274.326.09-
YUV50.93179.39105.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 142 (55.86% from 255) = 67.30%
R=9.48%
G=23.22%
B=67.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20491420.860.6500.44225.7475.3131.76
Hex14318E564102Ce24b20
Octal246121612610105434211340
Binary1010011000110001110101011010000010101100111000101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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