#172961

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

Shades of Sapphire #172961

Tints of Sapphire #172961

Color information

#172961 (or 0x172961) is unknown color: approx Sapphire. HEX triplet: 17, 29 and 61. RGB value is (23,41,97). Sum of RGB (Red+Green+Blue) = 23+41+97=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #172961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172961 is #E8D69E. Grayscale: #292929. Windows color (decimal): -15259295 or 6367511. OLE color: 6367511.

HSL color Cylindrical-coordinate representation of color #172961: hue angle of 225.41º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172961 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB234197-
CMYK0.760.5800.62
HSL225.41º61.67%23.53%-
HSV(B)225.41º76.29%38.04%-
XYZ3.32.6311.64-
YUV42159.04114.45-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.29%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 97 (38.28% from 255) = 60.25%
R=14.29%
G=25.47%
B=60.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2341970.760.5800.62225.4161.6723.53
Hex1729614C3A03Ee13e18
Octal2751141114720763417630
Binary101111010011100001100110011101001111101110000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172961; }

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

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

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

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

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

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

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

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