#173570

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

Shades of Sapphire #173570

Tints of Sapphire #173570

Color information

#173570 (or 0x173570) is unknown color: approx Sapphire. HEX triplet: 17, 35 and 70. RGB value is (23,53,112). Sum of RGB (Red+Green+Blue) = 23+53+112=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #173570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173570 is #E8CA8F. Grayscale: #323232. Windows color (decimal): -15256208 or 7353623. OLE color: 7353623.

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

Color convert

RGB2353112-
CMYK0.790.5300.56
HSL219.78º65.93%26.47%-
HSV(B)219.78º79.46%43.92%-
XYZ4.553.915.84-
YUV50.76162.56108.2-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.23%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 112 (44.14% from 255) = 59.57%
R=12.23%
G=28.19%
B=59.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23531120.790.5300.56219.7865.9326.47
Hex1735704F35038dc421a
Octal27651601176507033410232
Binary1011111010111100001001111110101011100011011100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173570; }

 p { color: rgb(23,53,112); }

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

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

 a { background-color: rgb(23,53,112); }

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

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

 span { border-color: rgb(23,53,112); }

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