#152159

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

Shades of Sapphire #152159

Tints of Sapphire #152159

Color information

#152159 (or 0x152159) is unknown color: approx Sapphire. HEX triplet: 15, 21 and 59. RGB value is (21,33,89). Sum of RGB (Red+Green+Blue) = 21+33+89=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #152159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152159 is #EADEA6. Grayscale: #232323. Windows color (decimal): -15392423 or 5841173. OLE color: 5841173.

HSL color Cylindrical-coordinate representation of color #152159: hue angle of 229.41º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152159 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB213389-
CMYK0.760.6300.65
HSL229.41º61.82%21.57%-
HSV(B)229.41º76.4%34.9%-
XYZ2.661.979.69-
YUV35.8158.02117.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 89 (35.16% from 255) = 62.24%
R=14.69%
G=23.08%
B=62.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2133890.760.6300.65229.4161.8221.57
Hex1521594C3F041e53e16
Octal25411311147701013457626
Binary1010110000110110011001100111111010000011110010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152159; }

 p { color: rgb(21,33,89); }

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

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

 a { background-color: rgb(21,33,89); }

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

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

 span { border-color: rgb(21,33,89); }

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