#152059

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

Shades of Sapphire #152059

Tints of Sapphire #152059

Color information

#152059 (or 0x152059) is unknown color: approx Sapphire. HEX triplet: 15, 20 and 59. RGB value is (21,32,89). Sum of RGB (Red+Green+Blue) = 21+32+89=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #152059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152059 is #EADFA6. Grayscale: #222222. Windows color (decimal): -15392679 or 5840917. OLE color: 5840917.

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

Color convert

RGB213289-
CMYK0.760.6400.65
HSL230.29º61.82%21.57%-
HSV(B)230.29º76.4%34.9%-
XYZ2.631.919.68-
YUV35.21158.36117.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 89 (35.16% from 255) = 62.68%
R=14.79%
G=22.54%
B=62.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2132890.760.6400.65230.2961.8221.57
Hex1520594C40041e63e16
Octal254013111410001013467626
Binary10101100000101100110011001000000010000011110011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152059; }

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

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

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

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

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

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

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

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