#172970

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

Shades of Sapphire #172970

Tints of Sapphire #172970

Color information

#172970 (or 0x172970) is unknown color: approx Sapphire. HEX triplet: 17, 29 and 70. RGB value is (23,41,112). Sum of RGB (Red+Green+Blue) = 23+41+112=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #172970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172970 is #E8D68F. Grayscale: #2B2B2B. Windows color (decimal): -15259280 or 7350551. OLE color: 7350551.

HSL color Cylindrical-coordinate representation of color #172970: hue angle of 227.87º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172970 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2341112-
CMYK0.790.6300.56
HSL227.87º65.93%26.47%-
HSV(B)227.87º79.46%43.92%-
XYZ4.072.9415.68-
YUV43.71166.54113.23-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.07%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 112 (44.14% from 255) = 63.64%
R=13.07%
G=23.30%
B=63.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23411120.790.6300.56227.8765.9326.47
Hex1729704F3F038e4421a
Octal27511601177707034410232
Binary1011110100111100001001111111111011100011100100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172970; }

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

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

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

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

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

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

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

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