#15338A

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

Shades of Smalt #15338A

Tints of Smalt #15338A

Color information

#15338A (or 0x15338A) is unknown color: approx Smalt. HEX triplet: 15, 33 and 8A. RGB value is (21,51,138). Sum of RGB (Red+Green+Blue) = 21+51+138=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #15338A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15338A is #EACC75. Grayscale: #333333. Windows color (decimal): -15387766 or 9057045. OLE color: 9057045.

HSL color Cylindrical-coordinate representation of color #15338A: hue angle of 224.62º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15338A is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2151138-
CMYK0.850.6300.46
HSL224.62º73.58%31.18%-
HSV(B)224.62º84.78%54.12%-
XYZ6.084.3624.57-
YUV51.95176.56105.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 138 (54.30% from 255) = 65.71%
R=10%
G=24.29%
B=65.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21511380.850.6300.46224.6273.5831.18
Hex15338A553F02Ee14a1f
Octal25632121257705634111237
Binary10101110011100010101010101111111010111011100001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15338A; }

 p { color: rgb(21,51,138); }

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

<style>
 a { background-color: #15338A; }

 a { background-color: rgb(21,51,138); }

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

<style>
 span { border-color: #15338A; }

 span { border-color: rgb(21,51,138); }

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