#15338B

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

Shades of Smalt #15338B

Tints of Smalt #15338B

Color information

#15338B (or 0x15338B) is unknown color: approx Smalt. HEX triplet: 15, 33 and 8B. RGB value is (21,51,139). Sum of RGB (Red+Green+Blue) = 21+51+139=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #15338B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15338B is #EACC74. Grayscale: #333333. Windows color (decimal): -15387765 or 9122581. OLE color: 9122581.

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

Color convert

RGB2151139-
CMYK0.850.6300.45
HSL224.75º73.75%31.37%-
HSV(B)224.75º84.89%54.51%-
XYZ6.154.3924.95-
YUV52.06177.06105.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 139 (54.69% from 255) = 65.88%
R=9.95%
G=24.17%
B=65.88%

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
Decimal21511390.850.6300.45224.7573.7531.37
Hex15338B553F02De14a1f
Octal25632131257705534111237
Binary10101110011100010111010101111111010110111100001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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