#152056

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

Shades of Sapphire #152056

Tints of Sapphire #152056

Color information

#152056 (or 0x152056) is unknown color: approx Sapphire. HEX triplet: 15, 20 and 56. RGB value is (21,32,86). Sum of RGB (Red+Green+Blue) = 21+32+86=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #152056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152056 is #EADFA9. Grayscale: #222222. Windows color (decimal): -15392682 or 5644309. OLE color: 5644309.

HSL color Cylindrical-coordinate representation of color #152056: hue angle of 229.85º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152056 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB213286-
CMYK0.760.6300.66
HSL229.85º60.75%20.98%-
HSV(B)229.85º75.58%33.73%-
XYZ2.511.869.03-
YUV34.87156.86118.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 86 (33.98% from 255) = 61.87%
R=15.11%
G=23.02%
B=61.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2132860.760.6300.66229.8560.7520.98
Hex1520564C3F042e63d15
Octal25401261147701023467525
Binary1010110000010101101001100111111010000101110011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152056; }

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

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

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

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

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

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

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

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