#15215D

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

Shades of Sapphire #15215D

Tints of Sapphire #15215D

Color information

#15215D (or 0x15215D) is unknown color: approx Sapphire. HEX triplet: 15, 21 and 5D. RGB value is (21,33,93). Sum of RGB (Red+Green+Blue) = 21+33+93=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #15215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15215D is #EADEA2. Grayscale: #242424. Windows color (decimal): -15392419 or 6103317. OLE color: 6103317.

HSL color Cylindrical-coordinate representation of color #15215D: hue angle of 230º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15215D is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB213393-
CMYK0.770.6500.64
HSL230º63.16%22.35%-
HSV(B)230º77.42%36.47%-
XYZ2.832.0410.6-
YUV36.25160.02117.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 93 (36.72% from 255) = 63.27%
R=14.29%
G=22.45%
B=63.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2133930.770.6500.6423063.1622.35
Hex15215D4D41040e63f16
Octal254113511510101003467726
Binary10101100001101110110011011000001010000001110011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,33,93); }

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

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

 a { background-color: rgb(21,33,93); }

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

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

 span { border-color: rgb(21,33,93); }

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