#15215B

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

Shades of Sapphire #15215B

Tints of Sapphire #15215B

Color information

#15215B (or 0x15215B) is unknown color: approx Sapphire. HEX triplet: 15, 21 and 5B. RGB value is (21,33,91). Sum of RGB (Red+Green+Blue) = 21+33+91=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #15215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15215B is #EADEA4. Grayscale: #232323. Windows color (decimal): -15392421 or 5972245. OLE color: 5972245.

HSL color Cylindrical-coordinate representation of color #15215B: hue angle of 229.71º degrees, saturation: 0.62, 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 #15215B is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB213391-
CMYK0.770.6400.64
HSL229.71º62.5%21.96%-
HSV(B)229.71º76.92%35.69%-
XYZ2.74210.14-
YUV36.02159.02117.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 91 (35.94% from 255) = 62.76%
R=14.48%
G=22.76%
B=62.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2133910.770.6400.64229.7162.521.96
Hex15215B4D40040e63e16
Octal254113311510001003467626
Binary10101100001101101110011011000000010000001110011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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