#172F6B

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

Shades of Sapphire #172F6B

Tints of Sapphire #172F6B

Color information

#172F6B (or 0x172F6B) is unknown color: approx Sapphire. HEX triplet: 17, 2F and 6B. RGB value is (23,47,107). Sum of RGB (Red+Green+Blue) = 23+47+107=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 107 (42.19% from 255 or 60.45% from 177); Max value from RGB is 107 - color contains mainly: blue. Hex color #172F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F6B is #E8D094. Grayscale: #2E2E2E. Windows color (decimal): -15257749 or 7024407. OLE color: 7024407.

HSL color Cylindrical-coordinate representation of color #172F6B: hue angle of 222.86º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172F6B is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2347107-
CMYK0.790.5600.58
HSL222.86º64.62%25.49%-
HSV(B)222.86º78.5%41.96%-
XYZ4.023.2814.33-
YUV46.66162.05111.12-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.99%
GREEN value IS 47 (18.75% from 255) = 26.55%
BLUE value IS 107 (42.19% from 255) = 60.45%
R=12.99%
G=26.55%
B=60.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal23471070.790.5600.58222.8664.6225.49
Hex172F6B4F3803Adf4119
Octal27571531177007233710131
Binary1011110111111010111001111111000011101011011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172F6B; }

 p { color: rgb(23,47,107); }

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

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

 a { background-color: rgb(23,47,107); }

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

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

 span { border-color: rgb(23,47,107); }

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