#14378C

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

Shades of Smalt #14378C

Tints of Smalt #14378C

Color information

#14378C (or 0x14378C) is unknown color: approx Smalt. HEX triplet: 14, 37 and 8C. RGB value is (20,55,140). Sum of RGB (Red+Green+Blue) = 20+55+140=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 140 (55.08% from 255 or 65.12% from 215); Max value from RGB is 140 - color contains mainly: blue. Hex color #14378C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14378C is #EBC873. Grayscale: #353535. Windows color (decimal): -15452276 or 9189140. OLE color: 9189140.

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

Color convert

RGB2055140-
CMYK0.860.6100.45
HSL222.5º75%31.37%-
HSV(B)222.5º85.71%54.9%-
XYZ6.394.7725.4-
YUV54.22176.4103.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 140 (55.08% from 255) = 65.12%
R=9.30%
G=25.58%
B=65.12%

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
Decimal20551400.860.6100.45222.57531.37
Hex14378C563D02Dde4b1f
Octal24672141267505533611337
Binary10100110111100011001010110111101010110111011110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14378C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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