#173266

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

Shades of Sapphire #173266

Tints of Sapphire #173266

Color information

#173266 (or 0x173266) is unknown color: approx Sapphire. HEX triplet: 17, 32 and 66. RGB value is (23,50,102). Sum of RGB (Red+Green+Blue) = 23+50+102=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #173266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173266 is #E8CD99. Grayscale: #2F2F2F. Windows color (decimal): -15256986 or 6697495. OLE color: 6697495.

HSL color Cylindrical-coordinate representation of color #173266: hue angle of 219.49º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #173266 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2350102-
CMYK0.770.5100.6
HSL219.49º63.2%24.51%-
HSV(B)219.49º77.45%40%-
XYZ3.893.4213.03-
YUV47.86158.55110.27-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.14%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 102 (40.23% from 255) = 58.29%
R=13.14%
G=28.57%
B=58.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal23501020.770.5100.6219.4963.224.51
Hex1732664D3303Cdb3f19
Octal2762146115630743337731
Binary101111100101100110100110111001101111001101101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173266; }

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

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

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

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

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

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

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

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