#14368B

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

Shades of Smalt #14368B

Tints of Smalt #14368B

Color information

#14368B (or 0x14368B) is unknown color: approx Smalt. HEX triplet: 14, 36 and 8B. RGB value is (20,54,139). Sum of RGB (Red+Green+Blue) = 20+54+139=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #14368B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14368B is #EBC974. Grayscale: #353535. Windows color (decimal): -15452533 or 9123348. OLE color: 9123348.

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

Color convert

RGB2054139-
CMYK0.860.6100.45
HSL222.86º74.84%31.18%-
HSV(B)222.86º85.61%54.51%-
XYZ6.274.6524.99-
YUV53.52176.24104.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 139 (54.69% from 255) = 65.26%
R=9.39%
G=25.35%
B=65.26%

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
Decimal20541390.860.6100.45222.8674.8431.18
Hex14368B563D02Ddf4b1f
Octal24662131267505533711337
Binary10100110110100010111010110111101010110111011111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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