#173272

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

Shades of Sapphire #173272

Tints of Sapphire #173272

Color information

#173272 (or 0x173272) is unknown color: approx Sapphire. HEX triplet: 17, 32 and 72. RGB value is (23,50,114). Sum of RGB (Red+Green+Blue) = 23+50+114=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #173272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173272 is #E8CD8D. Grayscale: #303030. Windows color (decimal): -15256974 or 7483927. OLE color: 7483927.

HSL color Cylindrical-coordinate representation of color #173272: hue angle of 222.2º 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 #173272 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2350114-
CMYK0.800.5600.55
HSL222.2º66.42%26.86%-
HSV(B)222.2º79.82%44.71%-
XYZ4.533.6816.39-
YUV49.22164.55109.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.30%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 114 (44.92% from 255) = 60.96%
R=12.30%
G=26.74%
B=60.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23501140.800.5600.55222.266.4226.86
Hex1732725038037de421b
Octal27621621207006733610233
Binary1011111001011100101010000111000011011111011110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173272; }

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

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

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

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

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

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

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

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