#172A63

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

Shades of Sapphire #172A63

Tints of Sapphire #172A63

Color information

#172A63 (or 0x172A63) is unknown color: approx Sapphire. HEX triplet: 17, 2A and 63. RGB value is (23,42,99). Sum of RGB (Red+Green+Blue) = 23+42+99=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #172A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A63 is #E8D59C. Grayscale: #2A2A2A. Windows color (decimal): -15259037 or 6498839. OLE color: 6498839.

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

Color convert

RGB234299-
CMYK0.770.5800.61
HSL225º62.3%23.92%-
HSV(B)225º76.77%38.82%-
XYZ3.432.7412.15-
YUV42.82159.71113.87-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.02%
GREEN value IS 42 (16.80% from 255) = 25.61%
BLUE value IS 99 (39.06% from 255) = 60.37%
R=14.02%
G=25.61%
B=60.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2342990.770.5800.6122562.323.92
Hex172A634D3A03De13e18
Octal2752143115720753417630
Binary101111010101100011100110111101001111011110000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172A63; }

 p { color: rgb(23,42,99); }

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

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

 a { background-color: rgb(23,42,99); }

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

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

 span { border-color: rgb(23,42,99); }

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