#15328D

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

Shades of Smalt #15328D

Tints of Smalt #15328D

Color information

#15328D (or 0x15328D) is unknown color: approx Smalt. HEX triplet: 15, 32 and 8D. RGB value is (21,50,141). Sum of RGB (Red+Green+Blue) = 21+50+141=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #15328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15328D is #EACD72. Grayscale: #333333. Windows color (decimal): -15388019 or 9253397. OLE color: 9253397.

HSL color Cylindrical-coordinate representation of color #15328D: hue angle of 225.5º 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 #15328D is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2150141-
CMYK0.850.6500.45
HSL225.5º74.07%31.76%-
HSV(B)225.5º85.11%55.29%-
XYZ6.264.3625.71-
YUV51.7178.39106.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 141 (55.47% from 255) = 66.51%
R=9.91%
G=23.58%
B=66.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21501410.850.6500.45225.574.0731.76
Hex15328D554102De24a20
Octal256221512510105534211240
Binary1010111001010001101101010110000010101101111000101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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