#172868

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

Shades of Sapphire #172868

Tints of Sapphire #172868

Color information

#172868 (or 0x172868) is unknown color: approx Sapphire. HEX triplet: 17, 28 and 68. RGB value is (23,40,104). Sum of RGB (Red+Green+Blue) = 23+40+104=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #172868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172868 is #E8D797. Grayscale: #292929. Windows color (decimal): -15259544 or 6826007. OLE color: 6826007.

HSL color Cylindrical-coordinate representation of color #172868: hue angle of 227.41º 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 #172868 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2340104-
CMYK0.780.6200.59
HSL227.41º63.78%24.9%-
HSV(B)227.41º77.88%40.78%-
XYZ3.612.713.43-
YUV42.21162.87114.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.77%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 104 (41.02% from 255) = 62.28%
R=13.77%
G=23.95%
B=62.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal23401040.780.6200.59227.4163.7824.9
Hex1728684E3E03Be34019
Octal27501501167607334310031
Binary1011110100011010001001110111110011101111100011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172868; }

 p { color: rgb(23,40,104); }

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

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

 a { background-color: rgb(23,40,104); }

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

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

 span { border-color: rgb(23,40,104); }

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