#15205E

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

Shades of Sapphire #15205E

Tints of Sapphire #15205E

Color information

#15205E (or 0x15205E) is unknown color: approx Sapphire. HEX triplet: 15, 20 and 5E. RGB value is (21,32,94). Sum of RGB (Red+Green+Blue) = 21+32+94=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #15205E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15205E is #EADFA1. Grayscale: #232323. Windows color (decimal): -15392674 or 6168597. OLE color: 6168597.

HSL color Cylindrical-coordinate representation of color #15205E: hue angle of 230.96º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15205E is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB213294-
CMYK0.780.6600.63
HSL230.96º63.48%22.55%-
HSV(B)230.96º77.66%36.86%-
XYZ2.85210.83-
YUV35.78160.86117.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 94 (37.11% from 255) = 63.95%
R=14.29%
G=21.77%
B=63.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2132940.780.6600.63230.9663.4822.55
Hex15205E4E4203Fe73f17
Octal25401361161020773477727
Binary1010110000010111101001110100001001111111110011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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