#172975

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

Shades of Sapphire #172975

Tints of Sapphire #172975

Color information

#172975 (or 0x172975) is unknown color: approx Sapphire. HEX triplet: 17, 29 and 75. RGB value is (23,41,117). Sum of RGB (Red+Green+Blue) = 23+41+117=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #172975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172975 is #E8D68A. Grayscale: #2B2B2B. Windows color (decimal): -15259275 or 7678231. OLE color: 7678231.

HSL color Cylindrical-coordinate representation of color #172975: hue angle of 228.51º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172975 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2341117-
CMYK0.800.6500.54
HSL228.51º67.14%27.45%-
HSV(B)228.51º80.34%45.88%-
XYZ4.363.0517.19-
YUV44.28169.04112.82-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.71%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 117 (46.09% from 255) = 64.64%
R=12.71%
G=22.65%
B=64.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23411170.800.6500.54228.5167.1427.45
Hex1729755041036e5431b
Octal275116512010106634510333
Binary10111101001111010110100001000001011011011100101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172975; }

 p { color: rgb(23,41,117); }

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

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

 a { background-color: rgb(23,41,117); }

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

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

 span { border-color: rgb(23,41,117); }

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