#172968

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

Shades of Sapphire #172968

Tints of Sapphire #172968

Color information

#172968 (or 0x172968) is unknown color: approx Sapphire. HEX triplet: 17, 29 and 68. RGB value is (23,41,104). Sum of RGB (Red+Green+Blue) = 23+41+104=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #172968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172968 is #E8D697. Grayscale: #2A2A2A. Windows color (decimal): -15259288 or 6826263. OLE color: 6826263.

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

Color convert

RGB2341104-
CMYK0.780.6100.59
HSL226.67º63.78%24.9%-
HSV(B)226.67º77.88%40.78%-
XYZ3.642.7713.44-
YUV42.8162.54113.88-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.69%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 104 (41.02% from 255) = 61.90%
R=13.69%
G=24.40%
B=61.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal23411040.780.6100.59226.6763.7824.9
Hex1729684E3D03Be34019
Octal27511501167507334310031
Binary1011110100111010001001110111101011101111100011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172968; }

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

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

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

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

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

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

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

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