#152256

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

Shades of Sapphire #152256

Tints of Sapphire #152256

Color information

#152256 (or 0x152256) is unknown color: approx Sapphire. HEX triplet: 15, 22 and 56. RGB value is (21,34,86). Sum of RGB (Red+Green+Blue) = 21+34+86=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #152256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152256 is #EADDA9. Grayscale: #232323. Windows color (decimal): -15392170 or 5644821. OLE color: 5644821.

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

Color convert

RGB213486-
CMYK0.760.6000.66
HSL228º60.75%20.98%-
HSV(B)228º75.58%33.73%-
XYZ2.561.989.05-
YUV36.04156.19117.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 86 (33.98% from 255) = 60.99%
R=14.89%
G=24.11%
B=60.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2134860.760.6000.6622860.7520.98
Hex1522564C3C042e43d15
Octal25421261147401023447525
Binary1010110001010101101001100111100010000101110010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152256; }

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

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

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

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

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

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

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

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