#153173

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

Shades of Sapphire #153173

Tints of Sapphire #153173

Color information

#153173 (or 0x153173) is unknown color: approx Sapphire. HEX triplet: 15, 31 and 73. RGB value is (21,49,115). Sum of RGB (Red+Green+Blue) = 21+49+115=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #153173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153173 is #EACE8C. Grayscale: #2F2F2F. Windows color (decimal): -15388301 or 7549205. OLE color: 7549205.

HSL color Cylindrical-coordinate representation of color #153173: hue angle of 222.13º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153173 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2149115-
CMYK0.820.5700.55
HSL222.13º69.12%26.67%-
HSV(B)222.13º81.74%45.1%-
XYZ4.53.5916.68-
YUV48.15165.72108.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 115 (45.31% from 255) = 62.16%
R=11.35%
G=26.49%
B=62.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21491150.820.5700.55222.1369.1226.67
Hex1531735239037de451b
Octal25611631227106733610533
Binary1010111000111100111010010111001011011111011110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153173; }

 p { color: rgb(21,49,115); }

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

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

 a { background-color: rgb(21,49,115); }

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

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

 span { border-color: rgb(21,49,115); }

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