#172669

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

Shades of Sapphire #172669

Tints of Sapphire #172669

Color information

#172669 (or 0x172669) is unknown color: approx Sapphire. HEX triplet: 17, 26 and 69. RGB value is (23,38,105). Sum of RGB (Red+Green+Blue) = 23+38+105=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #172669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172669 is #E8D996. Grayscale: #282828. Windows color (decimal): -15260055 or 6891031. OLE color: 6891031.

HSL color Cylindrical-coordinate representation of color #172669: hue angle of 229.02º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #172669 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2338105-
CMYK0.780.6400.59
HSL229.02º64.06%25.1%-
HSV(B)229.02º78.1%41.18%-
XYZ3.62.5913.67-
YUV41.15164.03115.05-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.86%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 105 (41.41% from 255) = 63.25%
R=13.86%
G=22.89%
B=63.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal23381050.780.6400.59229.0264.0625.1
Hex1726694E4003Be54019
Octal274615111610007334510031
Binary10111100110110100110011101000000011101111100101100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172669; }

 p { color: rgb(23,38,105); }

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

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

 a { background-color: rgb(23,38,105); }

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

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

 span { border-color: rgb(23,38,105); }

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