#172461

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

Shades of Sapphire #172461

Tints of Sapphire #172461

Color information

#172461 (or 0x172461) is unknown color: approx Sapphire. HEX triplet: 17, 24 and 61. RGB value is (23,36,97). Sum of RGB (Red+Green+Blue) = 23+36+97=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #172461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172461 is #E8DB9E. Grayscale: #262626. Windows color (decimal): -15260575 or 6366231. OLE color: 6366231.

HSL color Cylindrical-coordinate representation of color #172461: hue angle of 229.46º 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 #172461 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB233697-
CMYK0.760.6300.62
HSL229.46º61.67%23.53%-
HSV(B)229.46º76.29%38.04%-
XYZ3.142.3111.59-
YUV39.07160.69116.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.74%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 97 (38.28% from 255) = 62.18%
R=14.74%
G=23.08%
B=62.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2336970.760.6300.62229.4661.6723.53
Hex1724614C3F03Ee53e18
Octal2744141114770763457630
Binary101111001001100001100110011111101111101110010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172461; }

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

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

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

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

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

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

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

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