#172C6D

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

Shades of Sapphire #172C6D

Tints of Sapphire #172C6D

Color information

#172C6D (or 0x172C6D) is unknown color: approx Sapphire. HEX triplet: 17, 2C and 6D. RGB value is (23,44,109). Sum of RGB (Red+Green+Blue) = 23+44+109=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #172C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C6D is #E8D392. Grayscale: #2C2C2C. Windows color (decimal): -15258515 or 7154711. OLE color: 7154711.

HSL color Cylindrical-coordinate representation of color #172C6D: hue angle of 225.35º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172C6D is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2344109-
CMYK0.790.6000.57
HSL225.35º65.15%25.88%-
HSV(B)225.35º78.9%42.75%-
XYZ4.013.0914.85-
YUV45.13164.04112.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.07%
GREEN value IS 44 (17.58% from 255) = 25%
BLUE value IS 109 (42.97% from 255) = 61.93%
R=13.07%
G=25%
B=61.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal23441090.790.6000.57225.3565.1525.88
Hex172C6D4F3C039e1411a
Octal27541551177407134110132
Binary1011110110011011011001111111100011100111100001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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