#153571

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

Shades of Sapphire #153571

Tints of Sapphire #153571

Color information

#153571 (or 0x153571) is unknown color: approx Sapphire. HEX triplet: 15, 35 and 71. RGB value is (21,53,113). Sum of RGB (Red+Green+Blue) = 21+53+113=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #153571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153571 is #EACA8E. Grayscale: #323232. Windows color (decimal): -15387279 or 7419157. OLE color: 7419157.

HSL color Cylindrical-coordinate representation of color #153571: hue angle of 219.13º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153571 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2153113-
CMYK0.810.5300.56
HSL219.13º68.66%26.27%-
HSV(B)219.13º81.42%44.31%-
XYZ4.563.916.13-
YUV50.27163.4107.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 53 (21.09% from 255) = 28.34%
BLUE value IS 113 (44.53% from 255) = 60.43%
R=11.23%
G=28.34%
B=60.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21531130.810.5300.56219.1368.6626.27
Hex1535715135038db451a
Octal25651611216507033310532
Binary1010111010111100011010001110101011100011011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153571; }

 p { color: rgb(21,53,113); }

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

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

 a { background-color: rgb(21,53,113); }

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

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

 span { border-color: rgb(21,53,113); }

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