#172E63

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

Shades of Sapphire #172E63

Tints of Sapphire #172E63

Color information

#172E63 (or 0x172E63) is unknown color: approx Sapphire. HEX triplet: 17, 2E and 63. RGB value is (23,46,99). Sum of RGB (Red+Green+Blue) = 23+46+99=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #172E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E63 is #E8D19C. Grayscale: #2C2C2C. Windows color (decimal): -15258013 or 6499863. OLE color: 6499863.

HSL color Cylindrical-coordinate representation of color #172E63: hue angle of 221.84º 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 #172E63 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB234699-
CMYK0.770.5400.61
HSL221.84º62.3%23.92%-
HSV(B)221.84º76.77%38.82%-
XYZ3.583.0412.2-
YUV45.16158.38112.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.69%
GREEN value IS 46 (18.36% from 255) = 27.38%
BLUE value IS 99 (39.06% from 255) = 58.93%
R=13.69%
G=27.38%
B=58.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2346990.770.5400.61221.8462.323.92
Hex172E634D3603Dde3e18
Octal2756143115660753367630
Binary101111011101100011100110111011001111011101111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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