#172562

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

Shades of Sapphire #172562

Tints of Sapphire #172562

Color information

#172562 (or 0x172562) is unknown color: approx Sapphire. HEX triplet: 17, 25 and 62. RGB value is (23,37,98). Sum of RGB (Red+Green+Blue) = 23+37+98=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #172562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172562 is #E8DA9D. Grayscale: #272727. Windows color (decimal): -15260318 or 6432023. OLE color: 6432023.

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

Color convert

RGB233798-
CMYK0.770.6200.62
HSL228.8º61.98%23.73%-
HSV(B)228.8º76.53%38.43%-
XYZ3.222.3911.85-
YUV39.77160.86116.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.56%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 98 (38.67% from 255) = 62.03%
R=14.56%
G=23.42%
B=62.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2337980.770.6200.62228.861.9823.73
Hex1725624D3E03Ee53e18
Octal2745142115760763457630
Binary101111001011100010100110111111001111101110010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172562; }

 p { color: rgb(23,37,98); }

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

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

 a { background-color: rgb(23,37,98); }

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

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

 span { border-color: rgb(23,37,98); }

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