#152560

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

Shades of Sapphire #152560

Tints of Sapphire #152560

Color information

#152560 (or 0x152560) is unknown color: approx Sapphire. HEX triplet: 15, 25 and 60. RGB value is (21,37,96). Sum of RGB (Red+Green+Blue) = 21+37+96=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #152560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152560 is #EADA9F. Grayscale: #262626. Windows color (decimal): -15391392 or 6300949. OLE color: 6300949.

HSL color Cylindrical-coordinate representation of color #152560: hue angle of 227.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152560 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB213796-
CMYK0.780.6100.62
HSL227.2º64.1%22.94%-
HSV(B)227.2º78.12%37.65%-
XYZ3.082.3311.35-
YUV38.94160.2115.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 96 (37.89% from 255) = 62.34%
R=13.64%
G=24.03%
B=62.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2137960.780.6100.62227.264.122.94
Hex1525604E3D03Ee34017
Octal25451401167507634310027
Binary1010110010111000001001110111101011111011100011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152560; }

 p { color: rgb(21,37,96); }

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

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

 a { background-color: rgb(21,37,96); }

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

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

 span { border-color: rgb(21,37,96); }

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