#152860

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

Shades of Sapphire #152860

Tints of Sapphire #152860

Color information

#152860 (or 0x152860) is unknown color: approx Sapphire. HEX triplet: 15, 28 and 60. RGB value is (21,40,96). Sum of RGB (Red+Green+Blue) = 21+40+96=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #152860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152860 is #EAD79F. Grayscale: #282828. Windows color (decimal): -15390624 or 6301717. OLE color: 6301717.

HSL color Cylindrical-coordinate representation of color #152860: hue angle of 224.8º 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 #152860 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB214096-
CMYK0.780.5800.62
HSL224.8º64.1%22.94%-
HSV(B)224.8º78.12%37.65%-
XYZ3.182.5211.39-
YUV40.7159.21113.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=13.38%
G=25.48%
B=61.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2140960.780.5800.62224.864.122.94
Hex1528604E3A03Ee14017
Octal25501401167207634110027
Binary1010110100011000001001110111010011111011100001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152860; }

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

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

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

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

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

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

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

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