#152553

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

Shades of Sapphire #152553

Tints of Sapphire #152553

Color information

#152553 (or 0x152553) is unknown color: approx Sapphire. HEX triplet: 15, 25 and 53. RGB value is (21,37,83). Sum of RGB (Red+Green+Blue) = 21+37+83=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #152553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152553 is #EADAAC. Grayscale: #252525. Windows color (decimal): -15391405 or 5448981. OLE color: 5448981.

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

Color convert

RGB213783-
CMYK0.750.5500.67
HSL224.52º59.62%20.39%-
HSV(B)224.52º74.7%32.55%-
XYZ2.532.118.46-
YUV37.46153.7116.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 83 (32.81% from 255) = 58.87%
R=14.89%
G=26.24%
B=58.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2137830.750.5500.67224.5259.6220.39
Hex1525534B37043e13c14
Octal25451231136701033417424
Binary1010110010110100111001011110111010000111110000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152553; }

 p { color: rgb(21,37,83); }

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

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

 a { background-color: rgb(21,37,83); }

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

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

 span { border-color: rgb(21,37,83); }

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