#152155

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

Shades of Sapphire #152155

Tints of Sapphire #152155

Color information

#152155 (or 0x152155) is unknown color: approx Sapphire. HEX triplet: 15, 21 and 55. RGB value is (21,33,85). Sum of RGB (Red+Green+Blue) = 21+33+85=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #152155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152155 is #EADEAA. Grayscale: #232323. Windows color (decimal): -15392427 or 5579029. OLE color: 5579029.

HSL color Cylindrical-coordinate representation of color #152155: hue angle of 228.75º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152155 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB213385-
CMYK0.750.6100.67
HSL228.75º60.38%20.78%-
HSV(B)228.75º75.29%33.33%-
XYZ2.491.98.83-
YUV35.34156.02117.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 85 (33.59% from 255) = 61.15%
R=15.11%
G=23.74%
B=61.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2133850.750.6100.67228.7560.3820.78
Hex1521554B3D043e53c15
Octal25411251137501033457425
Binary1010110000110101011001011111101010000111110010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152155; }

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

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

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

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

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

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

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

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