#14378B

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

Shades of Smalt #14378B

Tints of Smalt #14378B

Color information

#14378B (or 0x14378B) is unknown color: approx Smalt. HEX triplet: 14, 37 and 8B. RGB value is (20,55,139). Sum of RGB (Red+Green+Blue) = 20+55+139=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #14378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14378B is #EBC874. Grayscale: #353535. Windows color (decimal): -15452277 or 9123604. OLE color: 9123604.

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

Color convert

RGB2055139-
CMYK0.860.6000.45
HSL222.35º74.84%31.18%-
HSV(B)222.35º85.61%54.51%-
XYZ6.314.7525.01-
YUV54.11175.9103.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.35%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 139 (54.69% from 255) = 64.95%
R=9.35%
G=25.70%
B=64.95%

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
Decimal20551390.860.6000.45222.3574.8431.18
Hex14378B563C02Dde4b1f
Octal24672131267405533611337
Binary10100110111100010111010110111100010110111011110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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