#15205B

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

Shades of Sapphire #15205B

Tints of Sapphire #15205B

Color information

#15205B (or 0x15205B) is unknown color: approx Sapphire. HEX triplet: 15, 20 and 5B. RGB value is (21,32,91). Sum of RGB (Red+Green+Blue) = 21+32+91=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #15205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15205B is #EADFA4. Grayscale: #232323. Windows color (decimal): -15392677 or 5971989. OLE color: 5971989.

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

Color convert

RGB213291-
CMYK0.770.6500.64
HSL230.57º62.5%21.96%-
HSV(B)230.57º76.92%35.69%-
XYZ2.711.9510.13-
YUV35.44159.36117.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 91 (35.94% from 255) = 63.19%
R=14.58%
G=22.22%
B=63.19%

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
Decimal2132910.770.6500.64230.5762.521.96
Hex15205B4D41040e73e16
Octal254013311510101003477626
Binary10101100000101101110011011000001010000001110011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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