#15205A

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

Shades of Sapphire #15205A

Tints of Sapphire #15205A

Color information

#15205A (or 0x15205A) is unknown color: approx Sapphire. HEX triplet: 15, 20 and 5A. RGB value is (21,32,90). Sum of RGB (Red+Green+Blue) = 21+32+90=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #15205A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15205A is #EADFA5. Grayscale: #232323. Windows color (decimal): -15392678 or 5906453. OLE color: 5906453.

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

Color convert

RGB213290-
CMYK0.770.6400.65
HSL230.43º62.16%21.76%-
HSV(B)230.43º76.67%35.29%-
XYZ2.671.939.9-
YUV35.32158.86117.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 90 (35.55% from 255) = 62.94%
R=14.69%
G=22.38%
B=62.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2132900.770.6400.65230.4362.1621.76
Hex15205A4D40041e63e16
Octal254013211510001013467626
Binary10101100000101101010011011000000010000011110011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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