#172965

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

Shades of Sapphire #172965

Tints of Sapphire #172965

Color information

#172965 (or 0x172965) is unknown color: approx Sapphire. HEX triplet: 17, 29 and 65. RGB value is (23,41,101). Sum of RGB (Red+Green+Blue) = 23+41+101=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 101 (39.84% from 255 or 61.21% from 165); Max value from RGB is 101 - color contains mainly: blue. Hex color #172965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172965 is #E8D69A. Grayscale: #2A2A2A. Windows color (decimal): -15259291 or 6629655. OLE color: 6629655.

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

Color convert

RGB2341101-
CMYK0.770.5900.60
HSL226.15º62.9%24.31%-
HSV(B)226.15º77.23%39.61%-
XYZ3.52.7112.65-
YUV42.46161.04114.12-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.94%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 101 (39.84% from 255) = 61.21%
R=13.94%
G=24.85%
B=61.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23411010.770.5900.60226.1562.924.31
Hex1729654D3B03Ce23f18
Octal2751145115730743427730
Binary101111010011100101100110111101101111001110001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172965; }

 p { color: rgb(23,41,101); }

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

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

 a { background-color: rgb(23,41,101); }

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

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

 span { border-color: rgb(23,41,101); }

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