#15348D

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

Shades of Smalt #15348D

Tints of Smalt #15348D

Color information

#15348D (or 0x15348D) is unknown color: approx Smalt. HEX triplet: 15, 34 and 8D. RGB value is (21,52,141). Sum of RGB (Red+Green+Blue) = 21+52+141=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #15348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15348D is #EACB72. Grayscale: #343434. Windows color (decimal): -15387507 or 9253909. OLE color: 9253909.

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

Color convert

RGB2152141-
CMYK0.850.6300.45
HSL224.5º74.07%31.76%-
HSV(B)224.5º85.11%55.29%-
XYZ6.344.5425.74-
YUV52.88177.73105.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 141 (55.47% from 255) = 65.89%
R=9.81%
G=24.30%
B=65.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21521410.850.6300.45224.574.0731.76
Hex15348D553F02De04a20
Octal25642151257705534011240
Binary101011101001000110110101011111110101101111000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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