#15205C

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

Shades of Sapphire #15205C

Tints of Sapphire #15205C

Color information

#15205C (or 0x15205C) is unknown color: approx Sapphire. HEX triplet: 15, 20 and 5C. RGB value is (21,32,92). Sum of RGB (Red+Green+Blue) = 21+32+92=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #15205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15205C is #EADFA3. Grayscale: #232323. Windows color (decimal): -15392676 or 6037525. OLE color: 6037525.

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

Color convert

RGB213292-
CMYK0.770.6500.64
HSL230.7º62.83%22.16%-
HSV(B)230.7º77.17%36.08%-
XYZ2.761.9710.36-
YUV35.55159.86117.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 92 (36.33% from 255) = 63.45%
R=14.48%
G=22.07%
B=63.45%

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
Decimal2132920.770.6500.64230.762.8322.16
Hex15205C4D41040e73f16
Octal254013411510101003477726
Binary10101100000101110010011011000001010000001110011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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