#172A72

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

Shades of Sapphire #172A72

Tints of Sapphire #172A72

Color information

#172A72 (or 0x172A72) is unknown color: approx Sapphire. HEX triplet: 17, 2A and 72. RGB value is (23,42,114). Sum of RGB (Red+Green+Blue) = 23+42+114=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #172A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A72 is #E8D58D. Grayscale: #2C2C2C. Windows color (decimal): -15259022 or 7481879. OLE color: 7481879.

HSL color Cylindrical-coordinate representation of color #172A72: hue angle of 227.47º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172A72 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2342114-
CMYK0.800.6300.55
HSL227.47º66.42%26.86%-
HSV(B)227.47º79.82%44.71%-
XYZ4.223.0516.29-
YUV44.53167.21112.65-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.85%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 114 (44.92% from 255) = 63.69%
R=12.85%
G=23.46%
B=63.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23421140.800.6300.55227.4766.4226.86
Hex172A72503F037e3421b
Octal27521621207706734310233
Binary1011110101011100101010000111111011011111100011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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