#15398D

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

Shades of Smalt #15398D

Tints of Smalt #15398D

Color information

#15398D (or 0x15398D) is unknown color: approx Smalt. HEX triplet: 15, 39 and 8D. RGB value is (21,57,141). Sum of RGB (Red+Green+Blue) = 21+57+141=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #15398D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15398D is #EAC672. Grayscale: #373737. Windows color (decimal): -15386227 or 9255189. OLE color: 9255189.

HSL color Cylindrical-coordinate representation of color #15398D: hue angle of 222º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15398D is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2157141-
CMYK0.850.6000.45
HSL222º74.07%31.76%-
HSV(B)222º85.11%55.29%-
XYZ6.585.0125.82-
YUV55.81176.07103.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 141 (55.47% from 255) = 64.38%
R=9.59%
G=26.03%
B=64.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21571410.850.6000.4522274.0731.76
Hex15398D553C02Dde4a20
Octal25712151257405533611240
Binary101011110011000110110101011111000101101110111101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15398D; }

 p { color: rgb(21,57,141); }

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

<style>
 a { background-color: #15398D; }

 a { background-color: rgb(21,57,141); }

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

<style>
 span { border-color: #15398D; }

 span { border-color: rgb(21,57,141); }

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