#15215A

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

Shades of Sapphire #15215A

Tints of Sapphire #15215A

Color information

#15215A (or 0x15215A) is unknown color: approx Sapphire. HEX triplet: 15, 21 and 5A. RGB value is (21,33,90). Sum of RGB (Red+Green+Blue) = 21+33+90=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #15215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15215A is #EADEA5. Grayscale: #232323. Windows color (decimal): -15392422 or 5906709. OLE color: 5906709.

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

Color convert

RGB213390-
CMYK0.770.6300.65
HSL229.57º62.16%21.76%-
HSV(B)229.57º76.67%35.29%-
XYZ2.71.999.91-
YUV35.91158.52117.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 90 (35.55% from 255) = 62.5%
R=14.58%
G=22.92%
B=62.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2133900.770.6300.65229.5762.1621.76
Hex15215A4D3F041e63e16
Octal25411321157701013467626
Binary1010110000110110101001101111111010000011110011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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