#15205D

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

Shades of Sapphire #15205D

Tints of Sapphire #15205D

Color information

#15205D (or 0x15205D) is unknown color: approx Sapphire. HEX triplet: 15, 20 and 5D. RGB value is (21,32,93). Sum of RGB (Red+Green+Blue) = 21+32+93=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #15205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15205D is #EADFA2. Grayscale: #232323. Windows color (decimal): -15392675 or 6103061. OLE color: 6103061.

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

Color convert

RGB213293-
CMYK0.770.6600.64
HSL230.83º63.16%22.35%-
HSV(B)230.83º77.42%36.47%-
XYZ2.81.9810.59-
YUV35.66160.36117.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 93 (36.72% from 255) = 63.70%
R=14.38%
G=21.92%
B=63.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2132930.770.6600.64230.8363.1622.35
Hex15205D4D42040e73f16
Octal254013511510201003477726
Binary10101100000101110110011011000010010000001110011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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