#172C65

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

Shades of Sapphire #172C65

Tints of Sapphire #172C65

Color information

#172C65 (or 0x172C65) is unknown color: approx Sapphire. HEX triplet: 17, 2C and 65. RGB value is (23,44,101). Sum of RGB (Red+Green+Blue) = 23+44+101=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #172C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C65 is #E8D39A. Grayscale: #2B2B2B. Windows color (decimal): -15258523 or 6630423. OLE color: 6630423.

HSL color Cylindrical-coordinate representation of color #172C65: hue angle of 223.85º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172C65 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2344101-
CMYK0.770.5600.60
HSL223.85º62.9%24.31%-
HSV(B)223.85º77.23%39.61%-
XYZ3.62.9212.69-
YUV44.22160.04112.87-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.69%
GREEN value IS 44 (17.58% from 255) = 26.19%
BLUE value IS 101 (39.84% from 255) = 60.12%
R=13.69%
G=26.19%
B=60.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23441010.770.5600.60223.8562.924.31
Hex172C654D3803Ce03f18
Octal2754145115700743407730
Binary101111011001100101100110111100001111001110000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,44,101); }

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

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

 a { background-color: rgb(23,44,101); }

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

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

 span { border-color: rgb(23,44,101); }

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