#172966

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

Shades of Sapphire #172966

Tints of Sapphire #172966

Color information

#172966 (or 0x172966) is unknown color: approx Sapphire. HEX triplet: 17, 29 and 66. RGB value is (23,41,102). Sum of RGB (Red+Green+Blue) = 23+41+102=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #172966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172966 is #E8D699. Grayscale: #2A2A2A. Windows color (decimal): -15259290 or 6695191. OLE color: 6695191.

HSL color Cylindrical-coordinate representation of color #172966: hue angle of 226.33º 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 #172966 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2341102-
CMYK0.770.6000.6
HSL226.33º63.2%24.51%-
HSV(B)226.33º77.45%40%-
XYZ3.542.7312.91-
YUV42.57161.54114.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.86%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 102 (40.23% from 255) = 61.45%
R=13.86%
G=24.70%
B=61.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal23411020.770.6000.6226.3363.224.51
Hex1729664D3C03Ce23f19
Octal2751146115740743427731
Binary101111010011100110100110111110001111001110001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172966; }

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

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

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

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

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

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

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

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